From: Saurav Kashyap Date: Wed, 24 Nov 2010 00:52:49 +0000 (-0800) Subject: [SCSI] qla2xxx: Properly set the return value in qla2xxx_eh_abort function. X-Git-Tag: v2.6.37-rc6~15^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69abf61ea1005bc362b678639a4ae219e23829f3;p=pandora-kernel.git [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 Signed-off-by: Madhuranath Iyengar Signed-off-by: James Bottomley --- Reading git-diff-tree failed