]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mv_sdhci: fix warnings on 64-bit builds
authorRob Herring <robh@kernel.org>
Tue, 17 Mar 2015 20:46:39 +0000 (15:46 -0500)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:34:14 +0000 (14:34 +0200)
commitadc2e07463dec8e94d4f73ad06b9853dc8e8199b
treeb041e474410d30d411f0a46ee000c211c69be6b4
parentf7fc90c14b08418ce1b84902f49cb3801a46c39f
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