]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net: macb: add missing free_netdev() on error in macb_probe()
authorWei Yongjun <weiyj.lk@gmail.com>
Fri, 12 Aug 2016 15:43:54 +0000 (15:43 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 15 Aug 2016 04:23:42 +0000 (21:23 -0700)
commitb22ae0b4d9669495158a7fa0fd027bd0fcd8896e
tree90388a04cfc7b09170afd823a7912c0c0dc22111
parent02ee9b18dedf1d72afa0fbfb0d7c15f6b4904a07
net: macb: add missing free_netdev() on error in macb_probe()

Add the missing free_netdev() before return from function macb_probe()
in the platform_get_irq() error handling case.

Fixes: c69618b3e4f2 ("net/macb: fix probe sequence to setup clocks earlier")
Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/cadence/macb.c