patch-2.4.0-test2 linux/drivers/net/sonic.c
Next file: linux/drivers/net/stnic.c
Previous file: linux/drivers/net/smc9194.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Jun 19 13:42:39 2000
- Orig file:
v2.4.0-test1/linux/drivers/net/sonic.c
- Orig date:
Wed Aug 18 11:36:42 1999
diff -u --recursive --new-file v2.4.0-test1/linux/drivers/net/sonic.c linux/drivers/net/sonic.c
@@ -44,7 +44,7 @@
// if (sonic_request_irq(dev->irq, &sonic_interrupt, 0, "sonic", dev)) {
if (sonic_request_irq(dev->irq, &sonic_interrupt, SA_INTERRUPT, "sonic", dev)) {
printk ("\n%s: unable to get IRQ %d .\n", dev->name, dev->irq);
- return EAGAIN;
+ return -EAGAIN;
}
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)