Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information