projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4472702
)
usbnet: Print device statistics as unsigned
author
Ben Hutchings
<bhutchings@solarflare.com>
Tue, 8 Jun 2010 08:20:59 +0000
(08:20 +0000)
committer
David S. Miller
<davem@davemloft.net>
Sun, 13 Jun 2010 01:18:33 +0000
(18:18 -0700)
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/usbnet.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/usb/usbnet.c
b/drivers/net/usb/usbnet.c
index a95c73de5824c67f7bd3ca471a4e8697c16ffd34..44115eea57f9962c48aade6fa4e99b50f3050e6a 100644
(file)
--- a/
drivers/net/usb/usbnet.c
+++ b/
drivers/net/usb/usbnet.c
@@
-643,7
+643,7
@@
int usbnet_stop (struct net_device *net)
netif_stop_queue (net);
netif_info(dev, ifdown, dev->net,
- "stop stats: rx/tx %l
d/%ld, errs %ld/%ld
\n",
+ "stop stats: rx/tx %l
u/%lu, errs %lu/%lu
\n",
net->stats.rx_packets, net->stats.tx_packets,
net->stats.rx_errors, net->stats.tx_errors);