]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: usb: smsc95xx: use phy_do_ioctl_running function
authorEthan Nelson-Moore <enelsonmoore@gmail.com>
Sat, 24 Jan 2026 08:07:51 +0000 (00:07 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 27 Jan 2026 03:27:17 +0000 (19:27 -0800)
commit2dd698f68e3c9bfcb2b33d3a0579b32f5824d91b
tree2b95f2336f9941785aa23c9224b34decd905f21c
parent76961e5b334ae9d974b3add005c1501982c8a43c
net: usb: smsc95xx: use phy_do_ioctl_running function

The smsc95xx_ioctl function behaves identically to the
phy_do_ioctl_running function. Remove it and use the
phy_do_ioctl_running function directly instead.

Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://patch.msgid.link/20260124080751.78488-1-enelsonmoore@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/usb/smsc95xx.c