commit | 69abf61ea1005bc362b678639a4ae219e23829f3 | [log] [tgz] |
---|---|---|
author | Saurav Kashyap <saurav.kashyap@qlogic.com> | Tue Nov 23 16:52:49 2010 -0800 |
committer | James Bottomley <James.Bottomley@suse.de> | Thu Dec 09 13:25:47 2010 -0600 |
tree | 58aca687d38e293fed1a51cee2c1b3fa57edba18 | |
parent | 087c621e22f49c326cdc65d98c6fc0737ac13533 [diff] |
[SCSI] qla2xxx: Properly set the return value in qla2xxx_eh_abort function. A return value is not set for the successful case and it has a garbage value. This fix will set the default value to SUCCESS and in case of any failures it is changed. Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com> Signed-off-by: Madhuranath Iyengar <Madhu.Iyengar@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>