commit | 45ad229aeff88e161d88a809d97506f6f0b84198 | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Tue Mar 17 15:46:38 2015 -0500 |
committer | Pantelis Antoniou <pantelis.antoniou@konsulko.com> | Wed Mar 18 09:55:59 2015 +0200 |
tree | d73332a99c16408e2f02204801e93255504b6ef6 | |
parent | 55327dc52ee4a5c7854e5853fa336996e48b38e3 [diff] |
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>