aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/ide/ide-cd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ide/ide-cd.c b/drivers/ide/ide-cd.c
index 0881ddc5831e..cebe75838408 100644
--- a/drivers/ide/ide-cd.c
+++ b/drivers/ide/ide-cd.c
@@ -182,8 +182,6 @@ static void cdrom_analyze_sense_data(ide_drive_t *drive,
182 sector &= ~(bio_sectors - 1); 182 sector &= ~(bio_sectors - 1);
183 valid = (sector - failed_command->sector) << 9; 183 valid = (sector - failed_command->sector) << 9;
184 184
185 if (valid < 0)
186 valid = 0;
187 if (sector < get_capacity(info->disk) && 185 if (sector < get_capacity(info->disk) &&
188 drive->probed_capacity - sector < 4 * 75) 186 drive->probed_capacity - sector < 4 * 75)
189 set_capacity(info->disk, sector); 187 set_capacity(info->disk, sector);