Commit 9856bd96 authored by Andrew Morton's avatar Andrew Morton Committed by James Toy

drivers/net/r8169.c: In function 'rtl8169_start_xmit':

drivers/net/r8169.c:3419: warning: label 'out' defined but not used

due, I assume, to

commit 7ab0f273
Author:     Ben Hutchings <bhutchings@solarflare.com>
AuthorDate: Thu Sep 3 10:39:43 2009 +0000
Commit:     David S. Miller <davem@davemloft.net>
CommitDate: Thu Sep 3 20:02:11 2009 -0700

    netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementations


Cc: Ben Hutchings <bhutchings@solarflare.com>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent cf5ad6b5
......@@ -3416,7 +3416,6 @@ static netdev_tx_t rtl8169_start_xmit(struct sk_buff *skb,
netif_wake_queue(dev);
}
out:
return NETDEV_TX_OK;
err_stop:
......
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