]> www.infradead.org Git - users/dwmw2/linux.git/commit
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:39:35 +0000 (08:39 +0200)
commitf48256986e0f04eb8499f9fe4abcfd82f99a02f5
treeef64aa442f554d6d34814b228f40dcf2c505428b
parent3caf6c73c0b4d2ae316b6dfcc8e4ee9865a457c9
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