commit | 5b4c9cd7e4790f37b595aeb4bf6fcbf7e3ba9e2c | [log] [tgz] |
---|---|---|
author | Pan Bian <bianpan2016@163.com> | Sat Dec 03 21:10:21 2016 +0800 |
committer | Doug Ledford <dledford@redhat.com> | Wed Dec 14 14:33:48 2016 -0500 |
tree | fdb1076e2625d9c2fa50dad12bfcb0e23b116d82 | |
parent | 6a3a1056d66e6a64446930b0d9de2430d835d38f [diff] |
IB/ocrdma: fix bad initialization In function ocrdma_mbx_create_ah_tbl(), returns the value of status on errors. However, because status is initialized with 0, 0 will be returned even if on error paths. This patch initialize status with "-ENOMEM". Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=188831 Signed-off-by: Pan Bian <bianpan2016@163.com> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>