diff options
Diffstat (limited to 'drivers/scsi/aic7xxx_old.c')
-rw-r--r-- | drivers/scsi/aic7xxx_old.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/aic7xxx_old.c b/drivers/scsi/aic7xxx_old.c index 770f1647e4d6..5dba1c63122e 100644 --- a/drivers/scsi/aic7xxx_old.c +++ b/drivers/scsi/aic7xxx_old.c | |||
@@ -1565,7 +1565,7 @@ aic7xxx_check_patch(struct aic7xxx_host *p, | |||
1565 | struct sequencer_patch *last_patch; | 1565 | struct sequencer_patch *last_patch; |
1566 | int num_patches; | 1566 | int num_patches; |
1567 | 1567 | ||
1568 | num_patches = sizeof(sequencer_patches)/sizeof(struct sequencer_patch); | 1568 | num_patches = ARRAY_SIZE(sequencer_patches); |
1569 | last_patch = &sequencer_patches[num_patches]; | 1569 | last_patch = &sequencer_patches[num_patches]; |
1570 | cur_patch = *start_patch; | 1570 | cur_patch = *start_patch; |
1571 | 1571 | ||