Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134635
b: refs/heads/master
c: 9107584
h: refs/heads/master
i:
  134633: 0c47c09
  134631: 37c103a
v: v3
  • Loading branch information
Hannes Eder authored and David S. Miller committed Feb 19, 2009
1 parent e182e9f commit 2ce6478
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: ca1ada8861f22db37530594615b635d3dd1bde82
refs/heads/master: 9107584ecdda31981557034cccf5185afced3e0e
4 changes: 2 additions & 2 deletions trunk/drivers/net/igb/igb_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1971,7 +1971,7 @@ static void igb_configure_rx(struct igb_adapter *adapter)
struct e1000_hw *hw = &adapter->hw;
u32 rctl, rxcsum;
u32 rxdctl;
int i, j;
int i;

/* disable receives while setting up the descriptors */
rctl = rd32(E1000_RCTL);
Expand All @@ -1986,7 +1986,7 @@ static void igb_configure_rx(struct igb_adapter *adapter)
* the Base and Length of the Rx Descriptor Ring */
for (i = 0; i < adapter->num_rx_queues; i++) {
struct igb_ring *ring = &adapter->rx_ring[i];
j = ring->reg_idx;
int j = ring->reg_idx;
rdba = ring->dma;
wr32(E1000_RDBAL(j),
rdba & 0x00000000ffffffffULL);
Expand Down

0 comments on commit 2ce6478

Please sign in to comment.