]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
arcnet: move dev_free_skb to its only user
authorMichael Grzeschik <m.grzeschik@pengutronix.de>
Wed, 22 Apr 2015 14:41:46 +0000 (16:41 +0200)
committerMichael Grzeschik <m.grzeschik@pengutronix.de>
Mon, 26 Oct 2015 08:10:56 +0000 (09:10 +0100)
commitb82de0e28ccac15e1a0c3b4f6f20dfd230049041
tree1ada5546b75d2986772df829cfa86c2c13d56243
parentd1611c3aba11ffa281bdd027aace52f5a370b8c5
arcnet: move dev_free_skb to its only user

The call for dev_free_skb is done only once. This patch
moves its call to its only user and removes the obsolete
condition variable.

Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
drivers/net/arcnet/arcnet.c