]> git.baikalelectronics.ru Git - kernel.git/commit
net: phy: mscc: fix firmware paths
authorAntoine Tenart <antoine.tenart@bootlin.com>
Wed, 26 Feb 2020 15:26:50 +0000 (16:26 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 27 Feb 2020 04:53:09 +0000 (20:53 -0800)
commit7ac2a3826c8538b616a9c961afb75dcf034e9a36
treedf88b071c480b67cb5f8c94203aaa6866717b870
parent01638614e7bda6fc84d80a288898eb75eb9d711b
net: phy: mscc: fix firmware paths

The firmware paths for the VSC8584 PHYs not not contain the leading
'microchip/' directory, as used in linux-firmware, resulting in an
error when probing the driver. This patch fixes it.

Fixes: 20576ec5d86b ("net: phy: mscc: add support for VSC8584 PHY")
Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/mscc.c