lkml.org 
[lkml]   [2000]   [Aug]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] isapnp.c, minor coding bug fix, 2.4.0-test7
Hopefully the patch is properly constructed, my 1st. ;-)

Thanks
Martin


--- /home/mhvl/linux/drivers/pnp/isapnp.c Tue Jul 25 20:25:14 2000
+++ isapnp.c Sat Aug 26 22:32:10 2000
@@ -529,7 +529,7 @@
(*res)->irq = irq;
#ifdef CONFIG_PCI
for (i=0; i<16; i++)
- if (irq->map & i)
+ if (irq->map & (1<<i))
pcibios_penalize_isa_irq(i);
#endif
}
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 12:38    [W:0.023 / U:0.396 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site