mv_sdhci: fix warnings on 64-bit builds
authorRob Herring <robh@kernel.org>
Tue, 17 Mar 2015 20:46:39 +0000 (15:46 -0500)
committerPantelis Antoniou <pantelis.antoniou@konsulko.com>
Wed, 18 Mar 2015 07:56:17 +0000 (09:56 +0200)
commit3a48944bc9a7455fec97e9df74c3d5bb600d3d7c
tree000dc57e3532f2a3b84fb60ab6c55569b7acc86d
parent3c1fcb770b046c04eab25963ab2c427dff725875
mv_sdhci: fix warnings on 64-bit builds

Change addresses to unsigned long to be compatible with 64-bit builds.
Regardless of fixing warnings, the device is still only 32-bit capable.

Signed-off-by: Rob Herring <robh@kernel.org>
Cc: Pantelis Antoniou <panto@antoniou-consulting.com>
drivers/mmc/mv_sdhci.c