From: Randy Dunlap Date: Mon, 7 Aug 2006 22:56:40 +0000 (-0700) Subject: usbnet: printk format warning X-Git-Tag: v2.6.19-rc1~899^2~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25d94e682ccb8938177bffafa67a7d21c7282a4a;p=pandora-kernel.git usbnet: printk format warning Fix printk format warning(s): drivers/usb/net/usbnet.c:654: warning: int format, different type arg (arg 3) The fact that rx_urb_size happens to be a size_t has propagated all the way back to this printk. It's fragile to be using %z in this case - let's just typecast the args instead. Signed-off-by: Randy Dunlap Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed