commit | db70fef0750e5f8dbb64f9fadb333d2c7caf26a1 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Tue Apr 11 22:16:44 2006 +0900 |
committer | Jeff Garzik <jeff@garzik.org> | Tue Apr 11 13:12:46 2006 -0400 |
tree | 3ae791d9a7034701ee9cdd22ac79355f675105b8 | |
parent | 35bb94b116e1fd4959ef0d3187458b5820eac8c4 [diff] |
[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>