commit | defbcf11ab56e09965b2135d70f44a82a5ab5fc3 | [log] [tgz] |
---|---|---|
author | James Smart <James.Smart@Emulex.Com> | Sun Apr 16 22:26:50 2006 -0400 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Wed Apr 19 20:49:34 2006 -0400 |
tree | 1d0707b38c4c74cd5d15e5b23555772b461136d9 | |
parent | 82d9a2a2900b17223117dc10b56503acc678c337 [diff] |
[SCSI] lpfc 8.1.5 : Fix cleanup code in the lpfc_pci_probe_one() error code path Fix cleanup code in the lpfc_pci_probe_one() error code path. This changes the original patch by: - hardsetting the return value from lpfc_pci_probe_one() to -ENODEV (negative value) if we fail attach - removes the checks from lpfc_pci_remove_one() validating the host and phba pointers as it's no longer needed. Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>