Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340584
b: refs/heads/master
c: cde30a8
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Ferre authored and David S. Miller committed Nov 1, 2012
1 parent 07d684e commit bc082f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 83cdbc7da7a9b6d5413c27ebb05cf6d505469462
refs/heads/master: cde30a857ca10b8ba55a441193864aa04a4832f7
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/cadence/macb.c
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ static void macb_tx(struct macb *bp)
status = macb_readl(bp, TSR);
macb_writel(bp, TSR, status);

netdev_vdbg(bp->dev, "macb_tx status = %02lx\n", (unsigned long)status);
netdev_vdbg(bp->dev, "macb_tx status = 0x%03lx\n", (unsigned long)status);

if (status & (MACB_BIT(UND) | MACB_BIT(TSR_RLE))) {
int i;
Expand Down

0 comments on commit bc082f0

Please sign in to comment.