aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Vasquez <andrew.vasquez@qlogic.com>2008-04-24 15:21:24 -0700
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2008-04-27 12:19:58 -0500
commitc1ec1f1bf9cb1ba80e79a74d48bcfb5da246d6f6 (patch)
tree5e3087cbef3fb4cb1cfa8dbfe6a47f178315685b
parent[SCSI] qla2xxx: Wakeup DPC thread to process any deferred-work requests. (diff)
downloadlinux-dev-c1ec1f1bf9cb1ba80e79a74d48bcfb5da246d6f6.tar.xz
linux-dev-c1ec1f1bf9cb1ba80e79a74d48bcfb5da246d6f6.zip
[SCSI] qla2xxx: Correct ISP84XX verify-chip response handling.
Earlier code could trigger an infinite-retry if 1st invocation returned a non-CS_COMPLETE status. Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
-rw-r--r--drivers/scsi/qla2xxx/qla_mbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_mbx.c b/drivers/scsi/qla2xxx/qla_mbx.c
index 7d0a8a4c7719..a9cb8291f58e 100644
--- a/drivers/scsi/qla2xxx/qla_mbx.c
+++ b/drivers/scsi/qla2xxx/qla_mbx.c
@@ -2982,8 +2982,8 @@ qla84xx_verify_chip(struct scsi_qla_host *ha, uint16_t *status)
/* We update the firmware with only one data sequence. */
options |= VCO_END_OF_DATA;
- retry = 0;
do {
+ retry = 0;
memset(mn, 0, sizeof(*mn));
mn->p.req.entry_type = VERIFY_CHIP_IOCB_TYPE;
mn->p.req.entry_count = 1;