]> git.baikalelectronics.ru Git - kernel.git/commit
net: ethernet: bcmsysport: fix fixed-link phydev leaks
authorJohan Hovold <johan@kernel.org>
Mon, 28 Nov 2016 18:24:58 +0000 (19:24 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 30 Nov 2016 04:17:02 +0000 (23:17 -0500)
commit72bbbf5b8974d1bcf34d05251af80a287cba1e1c
treefa2df5f382def7d247191be3500268dcac049f74
parent33b38e41220c55475f79f58bf39c02bcaab8b346
net: ethernet: bcmsysport: fix fixed-link phydev leaks

Make sure to deregister and free any fixed-link PHY registered using
of_phy_register_fixed_link() on probe errors and on driver unbind.

Fixes: 3b13df5dd8ee ("net: systemport: use the new fixed PHY helpers")
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bcmsysport.c