Merge branch 'phy-ref-leaks'
authorDavid S. Miller <davem@davemloft.net>
Mon, 7 Nov 2016 18:17:31 +0000 (13:17 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Nov 2016 18:17:31 +0000 (13:17 -0500)
commitee0475a5fc1a02115bf0df9207d4bb6c1abf7db1
treee5416d0f9b795b5a888ab77c95f20d535479115f
parent6a0c9f6888904c9c0959a0d367fffe8f7ce3a9e9
parent2271150bfb814b72ec57ae2fdf66e39da2eafafd
Merge branch 'phy-ref-leaks'

Johan Hovold says:

====================
net: fix device reference leaks

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.

v2
 - hold reference to cpsw-phy-sel device while accessing private data as
   requested by David. Also update the commit message. (patch 1/4)
 - add linux-omap on CC where appropriate
====================

Signed-off-by: David S. Miller <davem@davemloft.net>