linux/drivers/scsi/qedi
Colin Ian King d1a9ccc4b1 scsi: qedi: fix missing return error code check on call to qedi_setup_int
The call to qedi_setup_int is not updating the return code rc yet rc is
being checked for an error. Fix this by assigning rc to the return code
from the call to qedi_setup_int.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Manish Rangankar <Manish.Rangankar@cavium.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2017-02-28 21:55:24 -05:00
..
Kconfig
Makefile
qedi.h
qedi_dbg.c scsi: qedi: return via va_end to match corresponding va_start 2017-01-05 00:31:13 -05:00
qedi_dbg.h
qedi_debugfs.c
qedi_fw.c scsi: qedi: Fix memory leak in tmf response processing. 2017-02-27 22:21:26 -05:00
qedi_gbl.h
qedi_hsi.h
qedi_iscsi.c scsi: qedi: Fix possible memory leak in qedi_iscsi_update_conn() 2017-02-09 18:35:00 -05:00
qedi_iscsi.h
qedi_main.c scsi: qedi: fix missing return error code check on call to qedi_setup_int 2017-02-28 21:55:24 -05:00
qedi_sysfs.c
qedi_version.h