From: Tejun Heo Date: Mon, 7 Apr 2008 13:47:19 +0000 (+0900) Subject: ahci: use ata_wait_after_reset() instead of ata_sff_wait_ready() X-Git-Tag: v2.6.26-rc1~1150^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a89611e8489ac24f371c9fd6fef6605b170b16ba;p=pandora-kernel.git 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 --- Reading git-diff-tree failed