Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SCSI] mptfusion : mptscsih_abort return value should be SUCCESS inst…
…ead of value 0. retval should be SUCCESS/FAILED which is defined at scsi.h retval = 0 is directing wrong return value. It must be retval = SUCCESS. Signed-off-by: Kashyap Desai <kashyap.desai@lsi.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
- Loading branch information