net: systemport: fix bcm_sysport_insert_tsb()
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 2 Oct 2014 16:43:16 +0000 (09:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 5 Oct 2014 00:30:04 +0000 (20:30 -0400)
commite87474a6e697857df21cff0707a2472abceca8b3
treec9872e881550b36863d96f590a63ad7cf10a9a99
parent3be07244b7337760a3269d56b2f4a63e72218648
net: systemport: fix bcm_sysport_insert_tsb()

Similar to commit bc23333ba11fb7f959b7e87e121122f5a0fbbca8 ("net:
bcmgenet: fix bcmgenet_put_tx_csum()"), we need to return the skb
pointer in case we had to reallocate the SKB headroom.

Fixes: 80105befdb4b8 ("net: systemport: add Broadcom SYSTEMPORT Ethernet MAC driver")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bcmsysport.c