usbnet: Print device statistics as unsigned
authorBen Hutchings <bhutchings@solarflare.com>
Tue, 8 Jun 2010 08:20:59 +0000 (08:20 +0000)
committerDavid 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

index a95c73d..44115ee 100644 (file)
@@ -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 %ld/%ld, errs %ld/%ld\n",
+                  "stop stats: rx/tx %lu/%lu, errs %lu/%lu\n",
                   net->stats.rx_packets, net->stats.tx_packets,
                   net->stats.rx_errors, net->stats.tx_errors);