Skip to content

Commit

Permalink
e1000e: remove unnecessary snippet missed in prior check_options update
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bruce Allan authored and Jeff Garzik committed Aug 14, 2008
1 parent f8d59f7 commit 05c550b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/net/e1000e/param.c
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,6 @@ void __devinit e1000e_check_options(struct e1000_adapter *adapter)
adapter->itr = 20000;
break;
default:
e1000_validate_option(&adapter->itr, &opt,
adapter);
/*
* Save the setting, because the dynamic bits
* change itr.
Expand Down

0 comments on commit 05c550b

Please sign in to comment.