aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide')
-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 e6c2a2e66ed2..880d6d042fc8 100644
--- a/drivers/ide/ide-cd.c
+++ b/drivers/ide/ide-cd.c
@@ -1886,8 +1886,6 @@ static int ide_cdrom_setup(ide_drive_t *drive)
1886 if (!drive->queue->unplug_delay) 1886 if (!drive->queue->unplug_delay)
1887 drive->queue->unplug_delay = 1; 1887 drive->queue->unplug_delay = 1;
1888 1888
1889 drive->special.all = 0;
1890
1891 drive->atapi_flags = IDE_AFLAG_MEDIA_CHANGED | IDE_AFLAG_NO_EJECT | 1889 drive->atapi_flags = IDE_AFLAG_MEDIA_CHANGED | IDE_AFLAG_NO_EJECT |
1892 ide_cd_flags(id); 1890 ide_cd_flags(id);
1893 1891