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