commit | f14d54b08dec7a853a019a9135bfa2b24a0835ad | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Tue Mar 17 15:46:37 2015 -0500 |
committer | Marek Vasut <marex@denx.de> | Tue Apr 14 05:47:47 2015 +0200 |
tree | f13b11a017182919f9e62f92765b930c62ff3998 | |
parent | 7f40623716ed2cea8b0f0effabdca5a5739d1b44 [diff] |
ehci-hcd: 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: Marek Vasut <marex@denx.de>