]> git.baikalelectronics.ru Git - kernel.git/commit
net: phy: rename phy_do_ioctl to phy_do_ioctl_running
authorHeiner Kallweit <hkallweit1@gmail.com>
Mon, 20 Jan 2020 21:16:07 +0000 (22:16 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Jan 2020 09:50:41 +0000 (10:50 +0100)
commit57d5558eafa8ff5e8772d90ff73ea769ee53c415
tree0f05c99b7a861827b6be09ff4da6d9693825cd58
parentab6425512e762567126823a588d1ba8204ba2a64
net: phy: rename phy_do_ioctl to phy_do_ioctl_running

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.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/realtek/r8169_main.c
drivers/net/phy/phy.c
include/linux/phy.h