dmaengine: ti-dma-crossbar: Correct type for of_find_property() third parameter
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Wed, 21 Sep 2016 12:41:31 +0000 (15:41 +0300)
committerVinod Koul <vinod.koul@intel.com>
Wed, 28 Sep 2016 03:23:15 +0000 (08:53 +0530)
commite7282b66a3bc8650cb9f5acfe63c819ba09015ca
treed6c2ef09f8ec0642a152d67d5b02b77600acf2cd
parenta8db115e476ee31fc3e892522038da50dd3a66cc
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>
drivers/dma/ti-dma-crossbar.c