diff options
Diffstat (limited to 'drivers/ata/libata-eh.c')
-rw-r--r-- | drivers/ata/libata-eh.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/libata-eh.c b/drivers/ata/libata-eh.c index e60437cd0d19..bf039b0e97b7 100644 --- a/drivers/ata/libata-eh.c +++ b/drivers/ata/libata-eh.c | |||
@@ -2657,6 +2657,7 @@ int ata_eh_reset(struct ata_link *link, int classify, | |||
2657 | * bus as we may be talking too fast. | 2657 | * bus as we may be talking too fast. |
2658 | */ | 2658 | */ |
2659 | dev->pio_mode = XFER_PIO_0; | 2659 | dev->pio_mode = XFER_PIO_0; |
2660 | dev->dma_mode = 0xff; | ||
2660 | 2661 | ||
2661 | /* If the controller has a pio mode setup function | 2662 | /* If the controller has a pio mode setup function |
2662 | * then use it to set the chipset to rights. Don't | 2663 | * then use it to set the chipset to rights. Don't |