commit | 3fdf70acec13efc7ecf254f5a364df06348bfd2c | [log] [tgz] |
---|---|---|
author | Sagi Grimberg <sagig@mellanox.com> | Thu Jun 25 13:34:15 2015 +0300 |
committer | Doug Ledford <dledford@redhat.com> | Tue Jul 14 13:20:09 2015 -0400 |
tree | 9c463c5431b02863acc8a4af9ed02796b01aa232 | |
parent | b356c1c1f90a347b6f67d9272dda7ecf47e0b46c [diff] |
IB/srp: Avoid using uninitialized variable We might return res which is not initialized. Also reduce code duplication by exporting srp_parse_tmo so srp_tmo_set can reuse it. Detected by Coverity. Signed-off-by: Sagi Grimberg <sagig@mellanox.com> Signed-off-by: Jenny Falkovich <jennyf@mellanox.com> Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com> Signed-off-by: Doug Ledford <dledford@redhat.com>