commit | e7282b66a3bc8650cb9f5acfe63c819ba09015ca | [log] [tgz] |
---|---|---|
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | Wed Sep 21 15:41:31 2016 +0300 |
committer | Vinod Koul <vinod.koul@intel.com> | Wed Sep 28 08:53:15 2016 +0530 |
tree | d6c2ef09f8ec0642a152d67d5b02b77600acf2cd | |
parent | a8db115e476ee31fc3e892522038da50dd3a66cc [diff] |
dmaengine: ti-dma-crossbar: 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>