commit | a16abc0b5ff3ef655e40cb5e6671d57f5dde513d | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Mon May 21 18:33:47 2007 +0200 |
committer | Jeff Garzik <jeff@garzik.org> | Mon Jul 09 12:17:32 2007 -0400 |
tree | 5fe5bdb63280349649a30c7cbb1de41ef47027f4 | |
parent | 1ca972c2028edd6cd6a6ca40bd1f58b91fb4ea58 [diff] |
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>