Two 2.1.86 kfree_skb glitches in isdn code

Stefan Meixner (stefan@emskopp.a.shuttle.de)
Wed, 11 Feb 1998 17:44:21 +0100 (CET)


There are two minor misses in the kfree_skb changes to the isdn driver
with an easy fix!

Stefan

--- linux/drivers/isdn/isdn_common.c.orig Wed Feb 11 15:44:32 1998
+++ linux/drivers/isdn/isdn_common.c Wed Feb 11 15:45:24 1998
@@ -261,10 +261,10 @@
#endif

static __inline void
-isdn_trash_skb(struct sk_buff *skb, int rw)
+isdn_trash_skb(struct sk_buff *skb)
{
SET_SKB_FREE(skb);
- kfree_skb(skb, rw);
+ kfree_skb(skb);
}

static void

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu