patch-2.4.23 linux-2.4.23/arch/m68k/apollo/dn_ints.c
Next file: linux-2.4.23/arch/m68k/atari/time.c
Previous file: linux-2.4.23/arch/ia64/tools/print_offsets.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
2003-11-28 10:26:19.000000000 -0800
- Orig file:
linux-2.4.22/arch/m68k/apollo/dn_ints.c
- Orig date:
2002-11-28 15:53:09.000000000 -0800
diff -urN linux-2.4.22/arch/m68k/apollo/dn_ints.c linux-2.4.23/arch/m68k/apollo/dn_ints.c
@@ -43,7 +43,7 @@
int dn_request_irq(unsigned int irq, void (*handler)(int, void *, struct pt_regs *), unsigned long flags, const char *devname, void *dev_id) {
if((irq<0) || (irq>15)) {
- printk("Trying to request illegal IRQ\n");
+ printk("Trying to request invalid IRQ\n");
return -ENXIO;
}
@@ -69,7 +69,7 @@
void dn_free_irq(unsigned int irq, void *dev_id) {
if((irq<0) || (irq>15)) {
- printk("Trying to free illegal IRQ\n");
+ printk("Trying to free invalid IRQ\n");
return ;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)