commit | f1d1e34fa5929552662d2c25363bbb82dd3a8fec | [log] [tgz] |
---|---|---|
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | Wed Sep 21 15:41:29 2016 +0300 |
committer | Vinod Koul <vinod.koul@intel.com> | Wed Sep 28 08:53:13 2016 +0530 |
tree | 5e608324175cb6f2d35da7b6adacf1aa77831346 | |
parent | b7862742feadf22cc1496bb6b460236a900512db [diff] |
dmaengine: edma: Use correct type for of_find_property() third parameter The correct type is int and not for the third parameter of of_find_property(). Fixes compilation for 64bit architectures (x86_64, aarch64). Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>