]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit94afd98fc28f45fc863ae73aff97baf1d6e97f79
tree8aaecfa8f577c6e59d9a7fabcf8a5b353365b072
parent1c3fa3160ae053380ac20b999a2cf84e51134143
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