]> git.kernelconcepts.de Git - karo-tx-uboot.git/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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:06 +0000 (21:47 +0200)
commit8c340c2be07e54fd4e4e9d90c76a6eb850caa0a7
tree93ac0bf39b5d2a0c0585ae05ba663cdd3cc16673
parent31a57190164fada41a6bf090aa90a10fe5e2a5f2
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