]> Git Repo - linux.git/commit
usbnet: printk format warning
authorRandy Dunlap <[email protected]>
Mon, 7 Aug 2006 22:56:40 +0000 (15:56 -0700)
committerGreg Kroah-Hartman <[email protected]>
Wed, 27 Sep 2006 18:58:51 +0000 (11:58 -0700)
commit25d94e682ccb8938177bffafa67a7d21c7282a4a
tree428e7e512dcf6dae9891f8c2c22ae000cbcfde66
parent933a27d39e0e57ba56cff2e4ebe92cf23f4cd815
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/usb/net/usbnet.c
This page took 0.049674 seconds and 4 git commands to generate.