From: Tejun Heo Date: Thu, 31 Jul 2008 09:02:35 +0000 (+0900) Subject: pata_via: clean up recent tf_load changes X-Git-Tag: v2.6.27-rc5~51^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff04715bd5171d6d5c4ddff40c7bdc8d2dc90f7d;p=pandora-kernel.git pata_via: clean up recent tf_load changes Commit bfce5e0179ad059035df28558724ff60af708e09 implemented custom tf_load for pata_via. This patch cleans it up a bit. * Instead of duplicating whole body, copy tf and set ATA_TFLAG_DEVICE when necessary. * Rename via_ata_tf_load() to via_tf_load(). * No need to set .tf_load in via_port_ops_noirq as it inherits from via_port_ops. * Clean up indentation. Signed-off-by: Tejun Heo Cc: Joseph Chan Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed