[PATCH] libata: init ap->cbl to ATA_CBL_SATA early
authorTejun Heo <htejun@gmail.com>
Mon, 15 May 2006 11:57:44 +0000 (20:57 +0900)
committerTejun Heo <htejun@gmail.com>
Mon, 15 May 2006 11:57:44 +0000 (20:57 +0900)
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>

No differences found