commit | 8d3a2a7e43c9f5c08019cbc92671446d0c2b1ff4 | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Tue Mar 17 15:46:39 2015 -0500 |
committer | Pantelis Antoniou <pantelis.antoniou@konsulko.com> | Wed Mar 18 09:56:17 2015 +0200 |
tree | 000dc57e3532f2a3b84fb60ab6c55569b7acc86d | |
parent | 45ad229aeff88e161d88a809d97506f6f0b84198 [diff] |
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>