]> git.sur5r.net Git - u-boot/commit
ehci-hcd: fix warnings on 64-bit builds
authorRob Herring <robh@kernel.org>
Tue, 17 Mar 2015 20:46:37 +0000 (15:46 -0500)
committerMarek Vasut <marex@denx.de>
Tue, 14 Apr 2015 03:47:47 +0000 (05:47 +0200)
commit98ae840a0035952e18c939998176865766e595ed
treef13b11a017182919f9e62f92765b930c62ff3998
parentf72d8320b6056a914cbf1f6c6088ec729218ebb1
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>
drivers/usb/host/ehci-hcd.c