commit | e8e0619f68bff8f39d98c46aac85ed1d4557ccfd | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Sat Apr 01 01:38:18 2006 +0900 |
committer | Jeff Garzik <jeff@garzik.org> | Sat Apr 01 12:33:46 2006 -0500 |
tree | 96bd428799db0694f6ebfd29fcb207857fa60c0f | |
parent | 4f65977df0b9a667fdcd85b95d457a220c94113f [diff] |
[PATCH] libata: reorganize ata_set_mode() Merge ata_host_set_pio() and ata_host_set_dma() into ata_set_mode() and use function-level *dev to iterate over devices. This eases soon-to-follow ata_set_mode() interface change. While at it, kill an unnecessary comment and normalize others. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>