commit | 65fecc77f3c47c5e8758d133b8ec47dcc16ed207 | [log] [tgz] |
---|---|---|
author | David Somayajulu <david.somayajulu@qlogic.com> | Thu Feb 21 03:43:00 2008 -0800 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Fri Feb 22 17:14:12 2008 -0600 |
tree | 4102258366decf5e24e94ea7f410d91340219938 | |
parent | a8e14fec164cc01d8dfb18760ee9bddd91e127c2 [diff] |
[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 <david.somayajulu@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>