Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6111
b: refs/heads/master
c: b4ee21f
h: refs/heads/master
i:
  6109: 537070b
  6107: 40b56c2
  6103: d876063
  6095: 8c8d6e0
  6079: 5ac5efd
v: v3
  • Loading branch information
Andrew Morton authored and Jeff Garzik committed Aug 19, 2005
1 parent 105a233 commit 90eb454
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: d9a8a0a3574525bf422fd2f05eec739c0d25814f
refs/heads/master: b4ee21f442ba7a8c43e00b32088d437259890cd0
4 changes: 2 additions & 2 deletions trunk/drivers/net/e1000/e1000_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2767,7 +2767,7 @@ e1000_clean_tx_irq(struct e1000_adapter *adapter)
" next_to_use <%x>\n"
" next_to_clean <%x>\n"
"buffer_info[next_to_clean]\n"
" dma <%zx>\n"
" dma <%llx>\n"
" time_stamp <%lx>\n"
" next_to_watch <%x>\n"
" jiffies <%lx>\n"
Expand All @@ -2776,7 +2776,7 @@ e1000_clean_tx_irq(struct e1000_adapter *adapter)
E1000_READ_REG(&adapter->hw, TDT),
tx_ring->next_to_use,
i,
tx_ring->buffer_info[i].dma,
(unsigned long long)tx_ring->buffer_info[i].dma,
tx_ring->buffer_info[i].time_stamp,
eop,
jiffies,
Expand Down

0 comments on commit 90eb454

Please sign in to comment.