From: Randy Dunlap Date: Tue, 28 Jul 2009 18:22:41 +0000 (-0700) Subject: USB: usbtmc: fix printk format warnings X-Git-Tag: v2.6.32-rc1~174^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2fbf10eba3a38407e3984bc9503342de2b5e399;p=pandora-kernel.git USB: usbtmc: fix printk format warnings Fix printk format warnings: drivers/usb/class/usbtmc.c:466: warning: format '%zu' expects type 'size_t', but argument 4 has type 'u32' drivers/usb/class/usbtmc.c:466: warning: format '%zu' expects type 'size_t', but argument 5 has type 'int' Signed-off-by: Randy Dunlap Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed