summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/main.c
diff options
context:
space:
mode:
authorColin Ian King2017-09-11 18:03:13 +0200
committerDoug Ledford2017-09-22 19:16:00 +0200
commit06564f60859bdf7e73d70ae35d7e285e96ae9c46 (patch)
treeed5732e02a1b3e11a95ff94ca388b9899b41db2c /drivers/infiniband/hw/mlx5/main.c
parentIB/ipoib: Suppress the retry related completion errors (diff)
downloadkernel-qcow2-linux-06564f60859bdf7e73d70ae35d7e285e96ae9c46.tar.gz
kernel-qcow2-linux-06564f60859bdf7e73d70ae35d7e285e96ae9c46.tar.xz
kernel-qcow2-linux-06564f60859bdf7e73d70ae35d7e285e96ae9c46.zip
IB/ocrdma: fix incorrect fall-through on switch statement
In the case where mbox_status is OCRDMA_MBX_STATUS_FAILED and add_status is OCRDMA_MBX_STATUS_FAILED err_num is assigned -EAGAIN however the case OCRDMA_MBX_STATUS_FAILED is missing a break and falls through to the default case which then re-assigns err_num to -EFAULT. Fix this so that err_num is assigned to -EAGAIN for the add_status OCRDMA_MBX_STATUS_FAILED case and -EFAULT otherwise. Detected by CoverityScan CID#703125 ("Missing break in switch") Fixes: fe2caefcdf58 ("RDMA/ocrdma: Add driver for Emulex OneConnect IBoE RDMA adapter") Signed-off-by: Colin Ian King <colin.king@canonical.com> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/mlx5/main.c')
0 files changed, 0 insertions, 0 deletions