|
@@ -3834,7 +3834,7 @@ static bool e1000_clean_tx_irq(struct e1000_adapter *adapter,
|
|
struct e1000_buffer *buffer_info;
|
|
struct e1000_buffer *buffer_info;
|
|
unsigned int i, eop;
|
|
unsigned int i, eop;
|
|
unsigned int count = 0;
|
|
unsigned int count = 0;
|
|
- bool cleaned;
|
|
|
|
|
|
+ bool cleaned = false;
|
|
unsigned int total_tx_bytes=0, total_tx_packets=0;
|
|
unsigned int total_tx_bytes=0, total_tx_packets=0;
|
|
|
|
|
|
i = tx_ring->next_to_clean;
|
|
i = tx_ring->next_to_clean;
|