]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'get_phy_device-retval'
authorDavid S. Miller <davem@davemloft.net>
Tue, 26 Apr 2016 19:41:21 +0000 (15:41 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 Apr 2016 19:41:21 +0000 (15:41 -0400)
commit8e1e92e0a139e798b6b4102f7be5d11eaeafff84
tree36ce9abc2093a6d6d9322717784820c80402ff14
parentf67c6f1cdd9343f780416915246821f3776b2d84
parent25025e9183c441ccaf6232f04474612fd027fce6
Merge branch 'get_phy_device-retval'

Sergei Shtylyov says:

====================
Don't return NULL from get_phy_device() anymore

   Here's the set of 5 patches against DaveM's 'net-next.git' repo. The first
patch makes get_phy_device() return only error values on error, the rest of
the patches clean up the callers of that function...
====================

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