Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2157
b: refs/heads/master
c: 0b2d7fe
h: refs/heads/master
i:
  2155: ca89f23
v: v3
  • Loading branch information
Al Viro authored and Jeff Garzik committed May 16, 2005
1 parent 04f5688 commit 83f5426
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 4075400b8b2b279df1c2be38edb95ace7f75d772
refs/heads/master: 0b2d7fea1c3893c3790e0b89c310ec1321f1b8c0
6 changes: 3 additions & 3 deletions trunk/drivers/net/skge.c
Original file line number Diff line number Diff line change
Expand Up @@ -2376,7 +2376,7 @@ static int skge_xmit_frame(struct sk_buff *skb, struct net_device *dev)
skge_write8(hw, Q_ADDR(txqaddr[skge->port], Q_CSR), CSR_START);

if (netif_msg_tx_queued(skge))
printk(KERN_DEBUG "%s: tx queued, slot %d, len %d\n",
printk(KERN_DEBUG "%s: tx queued, slot %td, len %d\n",
dev->name, e - ring->start, skb->len);

ring->to_use = e->next;
Expand Down Expand Up @@ -2607,7 +2607,7 @@ static int skge_poll(struct net_device *dev, int *budget)
}

if (netif_msg_rx_status(skge))
printk(KERN_DEBUG PFX "%s: rx slot %d status 0x%x len %d\n",
printk(KERN_DEBUG PFX "%s: rx slot %td status 0x%x len %d\n",
dev->name, e - ring->start, rd->status, len);

skb_put(skb, len);
Expand Down Expand Up @@ -2667,7 +2667,7 @@ static inline void skge_tx_intr(struct net_device *dev)
break;

if (unlikely(netif_msg_tx_done(skge)))
printk(KERN_DEBUG PFX "%s: tx done slot %d status 0x%x\n",
printk(KERN_DEBUG PFX "%s: tx done slot %td status 0x%x\n",
dev->name, e - ring->start, td->status);

skge_tx_free(hw, e);
Expand Down

0 comments on commit 83f5426

Please sign in to comment.