mlxsw: spectrum: Rename the firmware file
authorYotam Gigi <yotamg@mellanox.com>
Sun, 4 Jun 2017 14:49:58 +0000 (16:49 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Jun 2017 03:48:03 +0000 (23:48 -0400)
Change the firmware file name to be in "mellanox" directory.

This commit is a followup to the linux-firmware commit a4c72696f5f4
("Mellanox: Add firmware for mlxsw_spectrum")

Signed-off-by: Yotam Gigi <yotamg@mellanox.com>
Reviewed-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/spectrum.c

index 1e6a97d9a87d2ad71a5d5f1550194509fca7555c..84b6f36eb42158996a695c2137d40fc518d2a518 100644 (file)
@@ -81,7 +81,7 @@ static const struct mlxsw_fw_rev mlxsw_sp_supported_fw_rev = {
 };
 
 #define MLXSW_SP_FW_FILENAME \
-       "mlxsw_spectrum-" __stringify(MLXSW_FWREV_MAJOR) \
+       "mellanox/mlxsw_spectrum-" __stringify(MLXSW_FWREV_MAJOR) \
        "." __stringify(MLXSW_FWREV_MINOR) \
        "." __stringify(MLXSW_FWREV_SUBMINOR) ".mfa2"