Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247958
b: refs/heads/master
c: 8df8a47
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed May 23, 2011
1 parent 3015c1f commit 38e5bdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0fcbe742eaac14bd5032b369c09e9d94be9058ad
refs/heads/master: 8df8a47538ac2e26f07efabc8793c06e96a35226
4 changes: 2 additions & 2 deletions trunk/drivers/net/rionet.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ static int rionet_queue_tx_msg(struct sk_buff *skb, struct net_device *ndev,
rnet->tx_slot &= (RIONET_TX_RING_SIZE - 1);

if (netif_msg_tx_queued(rnet))
printk(KERN_INFO "%s: queued skb %8.8x len %8.8x\n", DRV_NAME,
(u32) skb, skb->len);
printk(KERN_INFO "%s: queued skb len %8.8x\n", DRV_NAME,
skb->len);

return 0;
}
Expand Down

0 comments on commit 38e5bdb

Please sign in to comment.