summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHolger Hoffstätte <holger@applied-asynchrony.com>2018-11-04 19:02:42 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-11-23 08:17:06 +0100
commitc87de86948832df11de0696e00ad2f668e933655 (patch)
treebd5a26cdb8b971b7d91a95dcf184a8ad6666987e /include
parenta043791f56147ab573ffcde7362edc01106dd639 (diff)
net: phy: realtek: fix RTL8201F sysfs name
[ Upstream commit 0432e833191ad4d17b7fc2364941f91dad51db1a ] Since 4.19 the following error in sysfs has appeared when using the r8169 NIC driver: $cd /sys/module/realtek/drivers $ls -l ls: cannot access 'mdio_bus:RTL8201F 10/100Mbps Ethernet': No such file or directory [..garbled dir entries follow..] Apparently the forward slash in "10/100Mbps Ethernet" is interpreted as directory separator that leads nowhere, and was introduced in commit 513588dd44b ("net: phy: realtek: add RTL8201F phy-id and functions"). Fix this by removing the offending slash in the driver name. Other drivers in net/phy seem to have the same problem, but I cannot test/verify them. Fixes: 513588dd44b ("net: phy: realtek: add RTL8201F phy-id and functions") Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions