commit | d0626808f7a6181c1c750d261da9a7a845c29e13 | [log] [tgz] |
---|---|---|
author | Randy Dunlap <randy.dunlap@oracle.com> | Fri Feb 13 11:22:06 2009 -0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Mar 24 16:20:33 2009 -0700 |
tree | 103eb88e1ae0a287c14848765d6916276ae69993 | |
parent | 551509d267905705f6d723e51ec706916f06b859 [diff] |
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>