diff options
-rw-r--r-- | drivers/ata/ahci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index d8f0ce970d54..28a82e3403f1 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c | |||
@@ -903,7 +903,7 @@ static int ahci_hardreset(struct ata_port *ap, unsigned int *class) | |||
903 | 903 | ||
904 | /* clear D2H reception area to properly wait for D2H FIS */ | 904 | /* clear D2H reception area to properly wait for D2H FIS */ |
905 | ata_tf_init(ap->device, &tf); | 905 | ata_tf_init(ap->device, &tf); |
906 | tf.command = 0xff; | 906 | tf.command = 0x80; |
907 | ata_tf_to_fis(&tf, d2h_fis, 0); | 907 | ata_tf_to_fis(&tf, d2h_fis, 0); |
908 | 908 | ||
909 | rc = sata_std_hardreset(ap, class); | 909 | rc = sata_std_hardreset(ap, class); |