net: phy: mscc: fix firmware paths
authorAntoine Tenart <antoine.tenart@bootlin.com>
Wed, 26 Feb 2020 15:26:50 +0000 (16:26 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 21 Mar 2020 07:11:53 +0000 (08:11 +0100)
commit1c7dde0a9bfcb71dc0605e363f25b4b084d638a8
tree501b0be6c0b39eb9eafe12002a05e0c467e1b657
parent4d6ee3123d65743b7110b8def64f8015b2adbebb
net: phy: mscc: fix firmware paths

[ Upstream commit c87a9d6fc6d555e4981f2ded77d9a8cce950743e ]

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: a5afc1678044 ("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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/phy/mscc.c