[PATCH] libata: set default cbl in probeinit
authorTejun Heo <htejun@gmail.com>
Tue, 11 Apr 2006 13:16:44 +0000 (22:16 +0900)
committerJeff Garzik <jeff@garzik.org>
Tue, 11 Apr 2006 17:12:46 +0000 (13:12 -0400)
commitdb70fef0750e5f8dbb64f9fadb333d2c7caf26a1
tree3ae791d9a7034701ee9cdd22ac79355f675105b8
parent35bb94b116e1fd4959ef0d3187458b5820eac8c4
[PATCH] libata: set default cbl in probeinit

Make setting CBL type responsibility of probeinit.  This allows using
only ap->cbl == ATA_CBL_SATA test in all other parts.  Without this,
ata_down_sata_spd_limit() doesn't work during probe reset.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/scsi/libata-core.c