diff options
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/hpsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c index 9542a4463e75..cc79afd05bad 100644 --- a/drivers/scsi/hpsa.c +++ b/drivers/scsi/hpsa.c | |||
@@ -3828,8 +3828,8 @@ static int hpsa_scsi_ioaccel_raid_map(struct ctlr_info *h, | |||
3828 | #else | 3828 | #else |
3829 | first_group = (first_block % stripesize) / r5or6_blocks_per_row; | 3829 | first_group = (first_block % stripesize) / r5or6_blocks_per_row; |
3830 | last_group = (last_block % stripesize) / r5or6_blocks_per_row; | 3830 | last_group = (last_block % stripesize) / r5or6_blocks_per_row; |
3831 | if (first_group != last_group) | ||
3832 | #endif | 3831 | #endif |
3832 | if (first_group != last_group) | ||
3833 | return IO_ACCEL_INELIGIBLE; | 3833 | return IO_ACCEL_INELIGIBLE; |
3834 | 3834 | ||
3835 | /* Verify request is in a single row of RAID 5/6 */ | 3835 | /* Verify request is in a single row of RAID 5/6 */ |