Messages in this thread |  | | From | Johan Hovold <> | Subject | [PATCH net 0/4] net: fix device reference leaks | Date | Tue, 1 Nov 2016 12:03:33 +0100 |
| |
This series fixes a number of device reference leaks (and one of_node leak) due to failure to drop the references taken by bus_find_device() and friends.
Note that the final two patches have been compile tested only.
Thanks, Johan
Johan Hovold (4): phy: fix device reference leaks net: ethernet: ti: cpsw: fix device and of_node leaks net: ethernet: ti: davinci_emac: fix device reference leak net: hns: fix device reference leaks
drivers/net/ethernet/hisilicon/hns/hnae.c | 8 +++++++- drivers/net/ethernet/ti/cpsw-phy-sel.c | 3 +++ drivers/net/ethernet/ti/davinci_emac.c | 10 ++++++---- drivers/net/phy/phy_device.c | 2 ++ 4 files changed, 18 insertions(+), 5 deletions(-)
-- 2.7.3
|  |