]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ahci: use ata_wait_after_reset() instead of ata_sff_wait_ready()
authorTejun Heo <htejun@gmail.com>
Mon, 7 Apr 2008 13:47:19 +0000 (22:47 +0900)
committerJeff Garzik <jgarzik@redhat.com>
Thu, 17 Apr 2008 19:44:22 +0000 (15:44 -0400)
commita89611e8489ac24f371c9fd6fef6605b170b16ba
treeffde56421ee093e92e8c0673eeaca7ecd6b4093a
parentaa2731ad9ad80ac3fca48bd1c4cf0eceede4810e
ahci: use ata_wait_after_reset() instead of ata_sff_wait_ready()

Implement ahci_check_ready() and replace ata_sff_wait_after_reset()
with ata_wait_after_reset().  As ahci was faking TF access, this
change doesn't result in any functional difference.

Signed-off-by: Tejun Heo <htejun@gmail.com>
drivers/ata/ahci.c