patch-2.1.103 linux/drivers/isdn/hisax/hscx_irq.c
Next file: linux/drivers/isdn/hisax/isac.c
Previous file: linux/drivers/isdn/hisax/hfc_2bds0.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Thu May 14 18:42:40 1998
- Orig file:
v2.1.102/linux/drivers/isdn/hisax/hscx_irq.c
- Orig date:
Wed Apr 1 20:11:50 1998
diff -u --recursive --new-file v2.1.102/linux/drivers/isdn/hisax/hscx_irq.c linux/drivers/isdn/hisax/hscx_irq.c
@@ -219,7 +219,7 @@
}
}
if (val & 0x10) { /* XPR */
- if (bcs->hw.hscx.tx_skb)
+ if (bcs->hw.hscx.tx_skb) {
if (bcs->hw.hscx.tx_skb->len) {
hscx_fill_fifo(bcs);
return;
@@ -231,6 +231,7 @@
bcs->hw.hscx.count = 0;
bcs->hw.hscx.tx_skb = NULL;
}
+ }
if ((bcs->hw.hscx.tx_skb = skb_dequeue(&bcs->squeue))) {
bcs->hw.hscx.count = 0;
test_and_set_bit(BC_FLG_BUSY, &bcs->Flag);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov