Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 38bd3b26 authored by Jeff Kirsher's avatar Jeff Kirsher Committed by Jeff Garzik
Browse files

[PATCH] e1000: Removed unused variables and initialized variables

parent 8241e35e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3364,7 +3364,7 @@ e1000_clean(struct net_device *poll_dev, int *budget)
{
	struct e1000_adapter *adapter;
	int work_to_do = min(*budget, poll_dev->quota);
	int tx_cleaned, i = 0, work_done = 0;
	int tx_cleaned = 0, i = 0, work_done = 0;

	/* Must NOT use netdev_priv macro here. */
	adapter = poll_dev->priv;
+1 −1
Original line number Diff line number Diff line
@@ -177,7 +177,7 @@ E1000_PARAM(RxAbsIntDelay, "Receive Absolute Interrupt Delay");
 *
 * Valid Range: 100-100000 (0=off, 1=dynamic)
 *
 * Default Value: 1
 * Default Value: 8000
 */

E1000_PARAM(InterruptThrottleRate, "Interrupt Throttling Rate");