patch-2.4.20 linux-2.4.20/arch/m68k/hp300/ints.c
Next file: linux-2.4.20/arch/m68k/hp300/time.c
Previous file: linux-2.4.20/arch/m68k/hp300/hil.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Thu Nov 28 15:53:09 2002
- Orig file:
linux-2.4.19/arch/m68k/hp300/ints.c
- Orig date:
Wed Sep 8 11:59:00 1999
diff -urN linux-2.4.19/arch/m68k/hp300/ints.c linux-2.4.20/arch/m68k/hp300/ints.c
@@ -142,7 +142,9 @@
}
/* remove the entry after t: */
t->next->flags = IRQ_FLG_STD;
- t->next->dev_id = t->next->devname = t->next->handler = NULL;
+ t->next->dev_id = NULL;
+ t->next->devname = NULL;
+ t->next->handler = NULL;
t->next = t->next->next;
spin_unlock_irqrestore(&irqlist_lock, flags);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)