]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
libata: replace ap->cbl tests with ATA_FLAG_SATA tests
authorTejun Heo <htejun@gmail.com>
Mon, 21 May 2007 16:33:47 +0000 (18:33 +0200)
committerJeff Garzik <jeff@garzik.org>
Mon, 9 Jul 2007 16:17:32 +0000 (12:17 -0400)
commita16abc0b5ff3ef655e40cb5e6671d57f5dde513d
tree5fe5bdb63280349649a30c7cbb1de41ef47027f4
parent1ca972c2028edd6cd6a6ca40bd1f58b91fb4ea58
libata: replace ap->cbl tests with ATA_FLAG_SATA tests

ap->cbl == ATA_CBL_SATA indicates SATA cable while ap->flags &
ATA_FLAG_SATA indicates SATA host port.  Till now they always gave the
same result but SATA/PATA bridge handling will change that.  Switch to
ATA_FLAG_SATA test if we're testing for host port type.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/libata-core.c