commit | d1a9ccc4b1374a5a7762031fd8e4e398c68549e6 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Tue Feb 28 11:02:48 2017 +0000 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Tue Feb 28 21:55:24 2017 -0500 |
tree | fd0e5202fb8bdc915785b6ffc9e6571ce076f268 | |
parent | 42a70abddd90374518057e989f5b7289b7b535d8 [diff] |
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>