From: David Somayajulu Date: Thu, 21 Feb 2008 11:43:00 +0000 (-0800) Subject: [SCSI] qla4xxx: fix up residual handling X-Git-Tag: v2.6.25-rc3~69^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65fecc77f3c47c5e8758d133b8ec47dcc16ed207;p=pandora-kernel.git [SCSI] qla4xxx: fix up residual handling the check in the residual case has an incorrect test of scsi_status (the logic is reversed, it should be scsi_status != 0 instead of !scsi_status. Since we checked a few lines above that scsi_status was non-zero, just eliminate this test Signed-off-by: David C Somayajulu Signed-off-by: James Bottomley --- Reading git-diff-tree failed