kernel_optimize_test/drivers/usb/net
Randy Dunlap 25d94e682c 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 <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-09-27 11:58:51 -07:00
..
asix.c
catc.c
cdc_ether.c
cdc_subset.c
gl620a.c
kaweth.c
kawethfw.h
Kconfig
Makefile
net1080.c
pegasus.c
pegasus.h
plusb.c
rndis_host.c
rtl8150.c
usbnet.c
usbnet.h
zaurus.c