From: Kashyap, Desai Date: Mon, 25 Jan 2010 10:50:52 +0000 (+0530) Subject: [SCSI] mptfusion : mptscsih_abort return value should be SUCCESS instead of value 0. X-Git-Tag: v2.6.33-rc8~12^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9858ae38011d699d4c2fa7f3493a47accf43a0f5;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed