lkml.org 
[lkml]   [2001]   [Oct]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: Linux 2.4.10-ac10
Adrian,

I think this simple patch should solve your problem.
It may have
been a simple thinko replacing check_region with
request_region.

Cheers,
Willy

--- linux/drivers/sound/ad1816.c Wed Oct 10
11:15:53 2001
+++ linux/drivers/sound/ad1816.c Wed Oct 10
11:16:12 2001
@@ -1015,7 +1015,7 @@
options,
isa_dma_bridge_buggy);

- if (request_region(io_base, 16, "AD1816
Sound")) {
+ if (!request_region(io_base, 16, "AD1816
Sound")) {
printk(KERN_WARNING "ad1816: I/O port
0x%03x not free\n",
io_base);
goto err;

___________________________________________________________
Un nouveau Nokia Game commence.
Allez sur http://fr.yahoo.com/nokiagame avant le 3 novembre
pour participer à cette aventure tous médias.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:05    [W:0.028 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site