[SCSI] qla2xxx: Clear error status after uncorrectable non-fatal errors.
authorLalit Chandivade <lalit.chandivade@qlogic.com>
Tue, 4 May 2010 22:01:23 +0000 (15:01 -0700)
committerJames Bottomley <James.Bottomley@suse.de>
Sun, 16 May 2010 22:21:34 +0000 (18:21 -0400)
commit3e46f031322bdd8d1f11e17fb7cf00c38b08dd55
tree020e37a523cfd851dbd21f9e6a30e4b7a5967695
parent62542f4b05a4515ff75320600ffeb2e7447d25fe
[SCSI] qla2xxx: Clear error status after uncorrectable non-fatal errors.

Currently error status is cleared only after the uncorrectable fatal errors
in the qla2xxx_pci_slot_reset. This fix is added to clear the error status in
qla2xxx_pci_resume. This way for both fatal and non-fatal errors the error
status gets cleared properly.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=572258

Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/qla2xxx/qla_os.c