net/mlx5: Add missing SET_DRIVER_VERSION command translation
authorNoa Osherovich <noaos@mellanox.com>
Tue, 17 Jul 2018 01:35:34 +0000 (18:35 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Sep 2018 06:38:09 +0000 (08:38 +0200)
commitebb42f77db4230624e1d63fe65d1ac5fb9e0c4e9
treeae03bc06aed397dfbe15d2722150573d3dddb02d
parent62e052895d299f32ddeac4e5049c542a50a45d3e
net/mlx5: Add missing SET_DRIVER_VERSION command translation

[ Upstream commit 0f4039104ee61e14ac4771a2181c2a20572f4ec9 ]

When translating command opcodes to a string, SET_DRIVER_VERSION
command was missing.

Fixes: 42ca502e179d0 ('net/mlx5_core: Use a macro in mlx5_command_str()')
Signed-off-by: Noa Osherovich <noaos@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/mellanox/mlx5/core/cmd.c