]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[SCSI] mptfusion : mptscsih_abort return value should be SUCCESS instead of value 0.
authorKashyap, Desai <kashyap.desai@lsi.com>
Mon, 25 Jan 2010 10:50:52 +0000 (16:20 +0530)
committerJames Bottomley <James.Bottomley@suse.de>
Mon, 8 Feb 2010 19:40:17 +0000 (13:40 -0600)
commit9858ae38011d699d4c2fa7f3493a47accf43a0f5
tree4ea7b8c4c5c0782d366daf61c352069b83203f94
parent6339204ecc2aa2067a99595522de0403f0854bb8
[SCSI] mptfusion : mptscsih_abort return value should be SUCCESS instead 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>
drivers/message/fusion/mptscsih.c