USB: fix ehci printk formats
authorRandy Dunlap <randy.dunlap@oracle.com>
Fri, 13 Feb 2009 19:22:06 +0000 (11:22 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 24 Mar 2009 23:20:33 +0000 (16:20 -0700)
commitd0626808f7a6181c1c750d261da9a7a845c29e13
tree103eb88e1ae0a287c14848765d6916276ae69993
parent551509d267905705f6d723e51ec706916f06b859
USB: fix ehci printk formats

Fix ehci printk formats:

drivers/usb/host/ehci-q.c:351: warning: format '%d' expects type 'int', but argument 4 has type 'size_t'
drivers/usb/host/ehci-q.c:351: warning: format '%d' expects type 'int', but argument 5 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/ehci-q.c