patch-2.1.37 linux/drivers/net/ibmtr.c
Next file: linux/drivers/net/lance.c
Previous file: linux/drivers/net/hdlcdrv.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon May 12 10:35:41 1997
- Orig file:
v2.1.36/linux/drivers/net/ibmtr.c
- Orig date:
Wed Apr 23 19:01:19 1997
diff -u --recursive --new-file v2.1.36/linux/drivers/net/ibmtr.c linux/drivers/net/ibmtr.c
@@ -1495,7 +1495,7 @@
return 0;
}
- if (set_bit(0,(void *)&dev->tbusy)!=0)
+ if (test_and_set_bit(0,(void *)&dev->tbusy)!=0)
DPRINTK("Transmitter access conflict\n");
else {
/* Save skb; we'll need it when the adapter asks for the data */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov