From: Ezequiel Garcia Date: Fri, 4 Oct 2013 18:30:37 +0000 (-0300) Subject: mtd: nand: pxa3xx: Move DMA I/O enabling X-Git-Tag: v3.13-rc1~98^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95b26563c739d5ed5101318b1bd8895773a3d872;p=pandora-kernel.git mtd: nand: pxa3xx: Move DMA I/O enabling Instead of setting info->dma each time a command is prepared, we can move it after the DMA buffers are allocated. This is more clear and it's the proper place to enable this, given DMA cannot be turned on and off during runtime. Signed-off-by: Ezequiel Garcia Tested-by: Daniel Mack Signed-off-by: Brian Norris --- Reading git-diff-tree failed