scsi: lpfc: Don't return internal MBXERR_ERROR code from probe function
authorStefano Brivio <sbrivio@redhat.com>
Wed, 6 Sep 2017 09:02:56 +0000 (11:02 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sat, 16 Sep 2017 01:15:32 +0000 (21:15 -0400)
commit5c756065e47dc3e84b00577bd109f0a8e69903d7
tree574d00cdb317daf16f0fc57397e233f2ebd7238e
parent6c92f7dbf25c36f35320e4ae0b508676410bac04
scsi: lpfc: Don't return internal MBXERR_ERROR code from probe function

Internal error codes happen to be positive, thus the PCI driver core
won't treat them as failure, but we do. This would cause a crash later
on as lpfc_pci_remove_one() is called (e.g. as shutdown function).

Fixes: 6d368e532168 ("[SCSI] lpfc 8.3.24: Add resource extent support")
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Acked-by: Dick Kennedy <dick.kennedy@broadcom.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/lpfc/lpfc_init.c