Re: [PATCH net-next 1/3] net: phy: rename phy_do_ioctl to phy_do_ioctl_running
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2020-01-20 22:03:59
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2020-01-20 22:03:59
On 1/20/20 1:16 PM, Heiner Kallweit wrote:
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> -- Florian