usb: fix ips1760-hcd printk format warning
authorRandy Dunlap <randy.dunlap@oracle.com>
Wed, 16 Mar 2011 00:09:10 +0000 (17:09 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 13 Apr 2011 22:43:58 +0000 (15:43 -0700)
commitd06847fec256f4f902075ce5986e10f7c55fa250
tree8aaecfa8f577c6e59d9a7fabcf8a5b353365b072
parent86a45a023dc4e2217bef34ab204b21a37d1b373a
usb: fix ips1760-hcd printk format warning

Fix printk format build warning and grammar typo on same line.

drivers/usb/host/isp1760-hcd.c:300: warning: format '%lu' expects type 'long unsigned int', but argument 4 has type 'size_t'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/isp1760-hcd.c