scsi: libcxgbi: remove redundant check and close on csk
authorColin Ian King <colin.king@canonical.com>
Thu, 7 Sep 2017 13:51:33 +0000 (14:51 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sat, 16 Sep 2017 01:44:36 +0000 (21:44 -0400)
commit7c82532dcce8b39991ef5f486c2b54d7bb3e171b
tree997340d1b5c6c9e0357e61746c6984e38fecae37
parent7f6ab5693f66e5a638925f28e17ea7576fc69f2f
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>
drivers/scsi/cxgbi/libcxgbi.c