diff options
Diffstat (limited to 'drivers/scsi/aic94xx/aic94xx_hwi.c')
-rw-r--r-- | drivers/scsi/aic94xx/aic94xx_hwi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/scsi/aic94xx/aic94xx_hwi.c b/drivers/scsi/aic94xx/aic94xx_hwi.c index 4df867e07b20..9f636a34d595 100644 --- a/drivers/scsi/aic94xx/aic94xx_hwi.c +++ b/drivers/scsi/aic94xx/aic94xx_hwi.c | |||
@@ -1200,8 +1200,7 @@ static void asd_start_scb_timers(struct list_head *list) | |||
1200 | * Case A: we can send the whole batch at once. Increment "pending" | 1200 | * Case A: we can send the whole batch at once. Increment "pending" |
1201 | * in the beginning of this function, when it is checked, in order to | 1201 | * in the beginning of this function, when it is checked, in order to |
1202 | * eliminate races when this function is called by multiple processes. | 1202 | * eliminate races when this function is called by multiple processes. |
1203 | * Case B: should never happen if the managing layer considers | 1203 | * Case B: should never happen. |
1204 | * lldd_queue_size. | ||
1205 | */ | 1204 | */ |
1206 | int asd_post_ascb_list(struct asd_ha_struct *asd_ha, struct asd_ascb *ascb, | 1205 | int asd_post_ascb_list(struct asd_ha_struct *asd_ha, struct asd_ascb *ascb, |
1207 | int num) | 1206 | int num) |