mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-11 16:29:05 +00:00
e1000e: remove unnecessary snippet missed in prior check_options update
The removal of this bit of code was missed in an earlier patch submittal. Signed-off-by: Bruce Allan <bruce.w.allan@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
parent
f8d59f7826
commit
05c550babe
@ -324,8 +324,6 @@ void __devinit e1000e_check_options(struct e1000_adapter *adapter)
|
|||||||
adapter->itr = 20000;
|
adapter->itr = 20000;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
e1000_validate_option(&adapter->itr, &opt,
|
|
||||||
adapter);
|
|
||||||
/*
|
/*
|
||||||
* Save the setting, because the dynamic bits
|
* Save the setting, because the dynamic bits
|
||||||
* change itr.
|
* change itr.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user