From: Sergei Shtylyov Date: Mon, 7 Dec 2009 19:30:06 +0000 (+0400) Subject: pata_hpt{37x|3x2n}: unify mode programming X-Git-Tag: v2.6.34-rc1~235^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a1b172b9672e88d37adb5925b509e9236625d7e;p=pandora-kernel.git pata_hpt{37x|3x2n}: unify mode programming As these drivers' set_piomode() and set_dmamode() methods are almost identical, factor out the common hpt{37x|3x2n}_set_mode() function to be called by both of them, the same as in 'pata_hpt366' driver. This results in ~5% decrease in the 'pata_hpt37x' driver binary size and in ~4% decrease in the 'pata_hpt3x2n' driver binary size (as measured on x86-32). Signed-off-by: Sergei Shtylyov Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed