From: Sergei Shtylyov Date: Mon, 9 Jul 2007 21:17:56 +0000 (+0200) Subject: aec62xx: remove init_dma() method (take 2) X-Git-Tag: v2.6.23-rc1~1219 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b9da32a2855afa3c5f27690e03a33dc97410c42;p=pandora-kernel.git aec62xx: remove init_dma() method (take 2) Get rid of the init_dma() method (which had no particular reason to exist) by folding it into the init_hwif() method. While at it, also perform some cleanup in the latter method: - get rid of the useless clearing of hwif->autodma; - fold the serialization code into one 'if' statement; - fold setting the drives' 'autotune' and 'autodma' fields into the single statements... Signed-off-by: Sergei Shtylyov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed