Re: [PATCH net-next 0/3] net: phy: add new version of phy_do_ioctl and convert suitable drivers
From: David Miller <davem@davemloft.net>
Date: 2020-01-21 09:51:04
From: David Miller <davem@davemloft.net>
Date: 2020-01-21 09:51:04
From: Heiner Kallweit <hkallweit1@gmail.com> Date: Mon, 20 Jan 2020 22:15:11 +0100
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.
Series applied, thanks.