diff options
Diffstat (limited to 'drivers/ata/sata_via.c')
-rw-r--r-- | drivers/ata/sata_via.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/sata_via.c b/drivers/ata/sata_via.c index 0d03f44824fb..c0e0f1d18d50 100644 --- a/drivers/ata/sata_via.c +++ b/drivers/ata/sata_via.c | |||
@@ -320,7 +320,7 @@ static int vt6420_prereset(struct ata_link *link, unsigned long deadline) | |||
320 | 320 | ||
321 | if (!online) { | 321 | if (!online) { |
322 | /* tell EH to bail */ | 322 | /* tell EH to bail */ |
323 | ehc->i.action &= ~ATA_EH_RESET_MASK; | 323 | ehc->i.action &= ~ATA_EH_RESET; |
324 | return 0; | 324 | return 0; |
325 | } | 325 | } |
326 | 326 | ||