diff options
Diffstat (limited to 'drivers/ata/ahci.c')
-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 c5e4501daa74..939dc1d4e50d 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c | |||
@@ -1444,7 +1444,7 @@ static void ahci_postreset(struct ata_link *link, unsigned int *class) | |||
1444 | void __iomem *port_mmio = ahci_port_base(ap); | 1444 | void __iomem *port_mmio = ahci_port_base(ap); |
1445 | u32 new_tmp, tmp; | 1445 | u32 new_tmp, tmp; |
1446 | 1446 | ||
1447 | ata_sff_postreset(link, class); | 1447 | ata_std_postreset(link, class); |
1448 | 1448 | ||
1449 | /* Make sure port's ATAPI bit is set appropriately */ | 1449 | /* Make sure port's ATAPI bit is set appropriately */ |
1450 | new_tmp = tmp = readl(port_mmio + PORT_CMD); | 1450 | new_tmp = tmp = readl(port_mmio + PORT_CMD); |