]> git.ipfire.org Git - people/arne_f/kernel.git/commit
IB/mlx5: Fix an error code in __mlx5_ib_modify_qp()
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 6 Mar 2018 10:00:31 +0000 (13:00 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 May 2018 05:50:35 +0000 (07:50 +0200)
commitd2d48e0161b54be303b8023fd85b4c95ac8b83ca
tree7ad53990562054fbd49900bb895ac938c29a76a8
parentc6ffc778ca3fb5295eb2744c2288e29a29729e34
IB/mlx5: Fix an error code in __mlx5_ib_modify_qp()

[ Upstream commit 5d414b178e950ce9685c253994cc730893d5d887 ]

"err" is either zero or possibly uninitialized here.  It should be
-EINVAL.

Fixes: 427c1e7bcd7e ("{IB, net}/mlx5: Move the modify QP operation table to mlx5_ib")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/infiniband/hw/mlx5/qp.c