commit | 838df6284c54447efae956fb9c243d8ba4ab0f47 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Mon May 15 20:57:44 2006 +0900 |
committer | Tejun Heo <htejun@gmail.com> | Mon May 15 20:57:44 2006 +0900 |
tree | 1bba23b1bf77f80facfc5c6046f357e237176d48 | |
parent | ce5f7f3d0cab82d6c16fcb64def8bfc0a3a85dd6 [diff] |
[PATCH] libata: init ap->cbl to ATA_CBL_SATA early Init ap->cbl to ATA_CBL_SATA in ata_host_init(). This is necessary for soon-to-follow SCR handling function changes. LLDDs are free to change ap->cbl during probing. Signed-off-by: Tejun Heo <htejun@gmail.com>