]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'phy-add-new-version-of-phy_do_ioctl-and-convert-suitable-drivers'
authorDavid S. Miller <davem@davemloft.net>
Tue, 21 Jan 2020 09:50:41 +0000 (10:50 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Jan 2020 09:50:41 +0000 (10:50 +0100)
commit770b1d3bf9ae7d4249809547dc2428a8083390c7
tree4c11657e134558a048c4ece421bbf4cd274550f3
parentab6425512e762567126823a588d1ba8204ba2a64
parent778182836d37447b388d815f136d53e77745c109
Merge branch 'phy-add-new-version-of-phy_do_ioctl-and-convert-suitable-drivers'

Heiner Kallweit says:

====================
net: phy: add new version of phy_do_ioctl and convert suitable drivers

We just added phy_do_ioctl, but it turned out that we need another
version of this function that doesn't check whether net_device is
running. So rename phy_do_ioctl to phy_do_ioctl_running and add a
new version of phy_do_ioctl. Eventually convert suitable drivers
to use phy_do_ioctl.
====================

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