commit | 6b45c1eef6d19d3a6af43471c70235cbe967b491 | [log] [tgz] |
---|---|---|
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | Mon Aug 12 14:14:58 2013 -0300 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Fri Aug 30 21:35:02 2013 +0100 |
tree | 947ad9bf9356a1daea9eff5ad6157e78921ec096 | |
parent | 57ff88f0f961348a1dec024d611ec7e281510529 [diff] |
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 <ezequiel.garcia@free-electrons.com> Tested-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>