Commit c5212128 authored by Kai Germaschewski's avatar Kai Germaschewski

ISDN: Small fixes from -dj

parent f994c063
...@@ -39,6 +39,6 @@ obj-$(CONFIG_PHONE) += telephony/ ...@@ -39,6 +39,6 @@ obj-$(CONFIG_PHONE) += telephony/
obj-$(CONFIG_MD) += md/ obj-$(CONFIG_MD) += md/
obj-$(CONFIG_BLUEZ) += bluetooth/ obj-$(CONFIG_BLUEZ) += bluetooth/
obj-$(CONFIG_HOTPLUG_PCI) += hotplug/ obj-$(CONFIG_HOTPLUG_PCI) += hotplug/
obj-$(CONFIG_ISDN) += isdn/ obj-$(CONFIG_ISDN_BOOL) += isdn/
include $(TOPDIR)/Rules.make include $(TOPDIR)/Rules.make
...@@ -2972,7 +2972,7 @@ idi_send_data(eicon_card *card, eicon_chan *chan, int ack, struct sk_buff *skb, ...@@ -2972,7 +2972,7 @@ idi_send_data(eicon_card *card, eicon_chan *chan, int ack, struct sk_buff *skb,
spin_unlock_irqrestore(&eicon_lock, flags); spin_unlock_irqrestore(&eicon_lock, flags);
eicon_log(card, 1, "idi_err: Ch%d: alloc_skb failed in send_data()\n", chan->No); eicon_log(card, 1, "idi_err: Ch%d: alloc_skb failed in send_data()\n", chan->No);
if (xmit_skb) if (xmit_skb)
dev_kfree_skb(skb); dev_kfree_skb(xmit_skb);
if (skb2) if (skb2)
dev_kfree_skb(skb2); dev_kfree_skb(skb2);
return -ENOMEM; return -ENOMEM;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment