usb: host: ohci-tmio: fix compile warning
commit8e8de5ab37c877e8a40a864de05a18a00b4e74b7
authorFelipe Balbi <balbi@ti.com>
Thu, 10 Jan 2013 12:32:39 +0000 (10 14:32 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Jan 2013 00:22:53 +0000 (11 16:22 -0800)
tree88a9f9d8be4c50c24a4ac91a130eefd652c5bb48
parentbc009eca8d539162f7271c2daf0ab5e9e3bb90a0
usb: host: ohci-tmio: fix compile warning

Fix the following compile warning:

In file included from drivers/usb/host/ohci-hcd.c:1170:0:
drivers/usb/host/ohci-tmio.c: In function 'tmio_start_hc':
drivers/usb/host/ohci-tmio.c:130:2: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'resource_size_t' [-Wformat]

seen on ARM 32-bit builds.

Signed-off-by: Felipe Balbi <balbi@ti.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ohci-tmio.c