diff options
| author | Yotam Gigi <[email protected]> | 2017-06-04 16:49:58 +0200 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2017-06-04 23:48:03 -0400 |
| commit | a4e1ce24f7e2dc59d2bba5c11487778030f9d5bf (patch) | |
| tree | 08b912e142ec04e095b7df33a01eaa3970abaf09 | |
| parent | fc85c910aed30029a33179df873d930143acb1bc (diff) | |
mlxsw: spectrum: Rename the firmware file
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 <[email protected]>
Reviewed-by: Ido Schimmel <[email protected]>
Signed-off-by: Jiri Pirko <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
| -rw-r--r-- | drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum.c index 1e6a97d9a87d..84b6f36eb421 100644 --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum.c @@ -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" |