commit | 7c82532dcce8b39991ef5f486c2b54d7bb3e171b | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu Sep 07 14:51:33 2017 +0100 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Fri Sep 15 21:44:36 2017 -0400 |
tree | 997340d1b5c6c9e0357e61746c6984e38fecae37 | |
parent | 7f6ab5693f66e5a638925f28e17ea7576fc69f2f [diff] |
scsi: libcxgbi: remove redundant check and close on csk csk is always null on the error return path and so the non-null check and call to cxgbi_sock_closed on csk is redundant and can be removed. Detected by: CoverityScan CID#114329 ("Logically dead code") Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Varun Prakash <varun@chelsio.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>