commit | 98ae840a0035952e18c939998176865766e595ed | [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 | f72d8320b6056a914cbf1f6c6088ec729218ebb1 [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>