From: Tejun Heo Date: Fri, 31 Mar 2006 16:38:18 +0000 (+0900) Subject: [PATCH] libata: reorganize ata_set_mode() X-Git-Tag: v2.6.18-rc1~1079^2~160 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8e0619f68bff8f39d98c46aac85ed1d4557ccfd;p=pandora-kernel.git [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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed