[PATCH] size_t portability fixes - drivers/usb
size_t is zu, ssize_t is zd... Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
@@ -431,7 +431,7 @@ static void skb_return (struct usbnet *dev, struct sk_buff *skb)
|
||||
dev->stats.rx_bytes += skb->len;
|
||||
|
||||
if (netif_msg_rx_status (dev))
|
||||
devdbg (dev, "< rx, len %zd, type 0x%x",
|
||||
devdbg (dev, "< rx, len %zu, type 0x%x",
|
||||
skb->len + sizeof (struct ethhdr), skb->protocol);
|
||||
memset (skb->cb, 0, sizeof (struct skb_data));
|
||||
status = netif_rx (skb);
|
||||
|
Reference in New Issue
Block a user