ide: replace special_t typedef by IDE_SFLAG_* flags
[deliverable/linux.git] / drivers / ide / ide-taskfile.c
index f400eb4d4aff73414a2e7b2d0e9739ce0969de46..8cab3c26acda65650b4e8831344e7facb7e024bf 100644 (file)
@@ -166,7 +166,7 @@ static ide_startstop_t task_no_data_intr(ide_drive_t *drive)
        if (!OK_STAT(stat, ATA_DRDY, BAD_STAT)) {
                if (custom && tf->command == ATA_CMD_SET_MULTI) {
                        drive->mult_req = drive->mult_count = 0;
-                       drive->special.b.recalibrate = 1;
+                       drive->special_flags |= IDE_SFLAG_RECALIBRATE;
                        (void)ide_dump_status(drive, __func__, stat);
                        return ide_stopped;
                } else if (custom && tf->command == ATA_CMD_INIT_DEV_PARAMS) {
This page took 0.024142 seconds and 5 git commands to generate.