patch-2.4.0-test6 linux/drivers/net/82596.c
Next file: linux/drivers/net/Config.in
Previous file: linux/drivers/mtd/Makefile
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Mon Aug 7 23:02:56 2000
- Orig file:
v2.4.0-test5/linux/drivers/net/82596.c
- Orig date:
Thu May 11 15:30:07 2000
diff -u --recursive --new-file v2.4.0-test5/linux/drivers/net/82596.c linux/drivers/net/82596.c
@@ -706,8 +706,10 @@
spin_lock_irqsave (&lp->lock, flags);
- if (wait_cmd(dev,lp,1000,"timed out waiting to issue RX_START"))
+ if (wait_cmd(dev,lp,1000,"timed out waiting to issue RX_START")) {
+ spin_unlock_irqrestore (&lp->lock, flags);
goto failed;
+ }
DEB(DEB_INIT,printk("%s: Issuing RX_START\n", dev->name));
lp->scb.command = RX_START;
CA(dev);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)