diff options
author | Colin Ian King <[email protected]> | 2019-03-16 23:05:12 +0000 |
---|---|---|
committer | Jason Gunthorpe <[email protected]> | 2019-03-27 10:20:33 -0300 |
commit | 9513ea4f67280a17365f5adfa31fac7d344150c6 (patch) | |
tree | ee0003eb24fa2a8e8a68009da5ac6733dfdb5569 /include/linux/overflow.h | |
parent | e2a438bd7116889af36304903b92e56d0f347228 (diff) |
IB/iser: remove uninitialized variable len
The variable len is not being inintialized and the uninitialized value is
being returned. However, this return path is never reached because the
default case in the switch statement returns -ENOSYS. Clean up the code
by replacing the return -ENOSYS with a break for the default case and
returning -ENOSYS at the end of the function. This allows len to be
removed. Also remove redundant break that follows a return statement.
Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Max Gurtovoy <[email protected]>
Reviewed-by: Sagi Grimberg <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'include/linux/overflow.h')
0 files changed, 0 insertions, 0 deletions