ide-cris: add PIO autotune fallback to ->ide_dma_check
authorBartlomiej Zolnierkiewicz <[email protected]>
Tue, 16 Oct 2007 20:29:55 +0000 (22:29 +0200)
committerBartlomiej Zolnierkiewicz <[email protected]>
Tue, 16 Oct 2007 20:29:55 +0000 (22:29 +0200)
Since ide-cris allows separate PIO and DMA timings, and ide-cris always sets
->autotune this change shouldn't have any other effect than bringing ide-cris
driver in-line with other host drivers wrt ->ide_dma_check implementation.

Cc: Mikael Starvik <[email protected]>
Acked-by: Sergei Shtylyov <[email protected]>
Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]>
drivers/ide/cris/ide-cris.c

index d88d763d644631321a366e8103681b7905cc76a1..303f26559db89a37f6e3b0443ec68e0a0d152685 100644 (file)
@@ -1025,6 +1025,8 @@ static int cris_dma_check(ide_drive_t *drive)
        if (ide_tune_dma(drive))
                return 0;
 
+       ide_set_max_pio(drive);
+
        return -1;
 }