patch-2.1.86 linux/drivers/isdn/sc/packet.c
Next file: linux/drivers/misc/parport_pc.c
Previous file: linux/drivers/isdn/pcbit/layer2.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Feb 10 13:07:50 1998
- Orig file:
v2.1.85/linux/drivers/isdn/sc/packet.c
- Orig date:
Thu Feb 27 10:57:30 1997
diff -u --recursive --new-file v2.1.85/linux/drivers/isdn/sc/packet.c linux/drivers/isdn/sc/packet.c
@@ -100,7 +100,7 @@
adapter[card]->channel[channel].num_sendbufs ? 0 :
adapter[card]->channel[channel].next_sendbuf;
pr_debug("%s: Packet sent successfully\n", adapter[card]->devicename);
- dev_kfree_skb(data, FREE_WRITE);
+ dev_kfree_skb(data);
indicate_status(card,ISDN_STAT_BSENT,channel,NULL);
}
return data->len;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov