Skip to content

Commit

Permalink
[PATCH] e1000:Removed redundant statement in e1000_clean_tx_irq
Browse files Browse the repository at this point in the history
Removed redundant statement in e1000_clean_tx_irq

Signed-off-by: Mallikarjuna R Chilakala <mallikarjuna.chilakala@intel.com>
Signed-off-by: Ganesh Venkatesan <ganesh.venkatesan@intel.com>
Signed-off-by: John Ronciak <john.ronciak@intel.com>
diff -up net-drivers-2.6/drivers/net/e1000/e1000_main.c net-drivers-2.6/drivers/net/e1000.new/e1000_main.c
  • Loading branch information
Malli Chilakala authored and Jeff Garzik committed May 13, 2005
1 parent 97338bd commit f1d2e49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/e1000/e1000_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2436,7 +2436,6 @@ e1000_clean_tx_irq(struct e1000_adapter *adapter)
tx_desc->lower.data = 0;
tx_desc->upper.data = 0;

cleaned = (i == eop);
if(unlikely(++i == tx_ring->count)) i = 0;
}

Expand Down

0 comments on commit f1d2e49

Please sign in to comment.