Re: [PATCH net-next 1/3] net: phy: rename phy_do_ioctl to phy_do_ioctl_running
From: Andrew Lunn <andrew@lunn.ch>
Date: 2020-01-20 22:16:27
From: Andrew Lunn <andrew@lunn.ch>
Date: 2020-01-20 22:16:27
On Mon, Jan 20, 2020 at 10:16:07PM +0100, 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: Andrew Lunn <andrew@lunn.ch>
Andrew