diff options
Diffstat (limited to 'drivers/scsi/ips.c')
-rw-r--r-- | drivers/scsi/ips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/ips.c b/drivers/scsi/ips.c index 7505cca8e68e..bb152fb9fec7 100644 --- a/drivers/scsi/ips.c +++ b/drivers/scsi/ips.c | |||
@@ -1309,7 +1309,7 @@ ips_intr_copperhead(ips_ha_t * ha) | |||
1309 | cstatus.value = (*ha->func.statupd) (ha); | 1309 | cstatus.value = (*ha->func.statupd) (ha); |
1310 | 1310 | ||
1311 | if (cstatus.fields.command_id > (IPS_MAX_CMDS - 1)) { | 1311 | if (cstatus.fields.command_id > (IPS_MAX_CMDS - 1)) { |
1312 | /* Spurious Interupt ? */ | 1312 | /* Spurious Interrupt ? */ |
1313 | continue; | 1313 | continue; |
1314 | } | 1314 | } |
1315 | 1315 | ||