提交 c213f286 编写于 作者: D Denis Joseph Barrow 提交者: Jeff Garzik

[netdrvr] hso: dev_kfree_skb crash fix

Fixes dev_kfree_skb happening too many times when hso_start_net_device
is called from hso_resume.
Signed-off-by: NDenis Joseph Barrow <D.Barow@option.com>
Cc: Jeff Garzik <jgarzik@pobox.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: NJeff Garzik <jgarzik@redhat.com>
上级 95eacee8
...@@ -2613,6 +2613,7 @@ static int hso_resume(struct usb_interface *iface) ...@@ -2613,6 +2613,7 @@ static int hso_resume(struct usb_interface *iface)
"Transmitting lingering data\n"); "Transmitting lingering data\n");
hso_net_start_xmit(hso_net->skb_tx_buf, hso_net_start_xmit(hso_net->skb_tx_buf,
hso_net->net); hso_net->net);
hso_net->skb_tx_buf = NULL;
} }
result = hso_start_net_device(network_table[i]); result = hso_start_net_device(network_table[i]);
if (result) if (result)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册