From: Ezequiel Garcia Date: Mon, 12 Aug 2013 17:14:58 +0000 (-0300) Subject: mtd: nand: pxa3xx: Allow devices with no dma resources X-Git-Tag: v3.12-rc1~82^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b45c1eef6d19d3a6af43471c70235cbe967b491;p=pandora-kernel.git mtd: nand: pxa3xx: Allow devices with no dma resources When use_dma=0 there's no point in requesting resources for dma, since they won't be used anyway. Therefore we remove that requirement, therefore allowing devices without dma to pass the driver probe. Signed-off-by: Ezequiel Garcia Tested-by: Daniel Mack Signed-off-by: Brian Norris Signed-off-by: David Woodhouse --- Reading git-diff-tree failed