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

Commit 7f661822 authored by Alice Michael's avatar Alice Michael Committed by Jeff Kirsher
Browse files

i40e: fix merge error



This patch removes some code that was accidentally added to
the wrong function with a merge error.  Fixes: c53934c6
("i40e: fix: do not sleep in netdev_ops")

Signed-off-by: default avatarAlice Michael <alice.michael@intel.com>
Tested-by: default avatarAndrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent bd6cd4e6
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -1776,11 +1776,6 @@ static void i40e_set_rx_mode(struct net_device *netdev)
		vsi->flags |= I40E_VSI_FLAG_FILTER_CHANGED;
		vsi->back->flags |= I40E_FLAG_FILTER_SYNC;
	}

	/* schedule our worker thread which will take care of
	 * applying the new filter changes
	 */
	i40e_service_event_schedule(vsi->back);
}

/**