Messages in this thread |  | | From | "Andrew E. Mileski" <> | Subject | BUG in irq.c? | Date | Sat, 15 Feb 1997 23:36:46 -0500 (EST) |
| |
linux-2.1.26/arch/i386/kernel/irq.c 221: static struct irqaction *irq_action[16] = { 480: void free_irq(unsigned int irq, void *dev_id) 497: if (!irq[irq_action]) { ^^^^^^^^^^^^^^^ Playing dumb - Shouldn't this be "irq_action[irq]"?
-- Andrew E. Mileski mailto:aem@netcom.ca Linux Plug-and-Play Kernel Project http://www.redhat.com/linux-info/pnp/ XFree86 Matrox Team http://www.bf.rmit.edu.au/~ajv/xf86-matrox.html
|  |