Commit 579574a4 authored by Jeff Garzik's avatar Jeff Garzik

s/kfree/kfree_skb/ in drivers/s390/net/ctctty.c.

Contributor forgotten :(
parent 8e19e21a
...@@ -286,7 +286,7 @@ ctc_tty_tint(ctc_tty_info * info) ...@@ -286,7 +286,7 @@ ctc_tty_tint(ctc_tty_info * info)
if (!info->netdev) { if (!info->netdev) {
if (skb) if (skb)
kfree(skb); kfree_skb(skb);
return 0; return 0;
} }
if (info->flags & CTC_ASYNC_TX_LINESTAT) { if (info->flags & CTC_ASYNC_TX_LINESTAT) {
......
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