commit | 12645a196eccb9209f88915f56a686086dea1a16 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Thu Jul 23 18:08:16 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Jul 26 09:46:46 2009 -0700 |
tree | 3293caef36ebe4df5a08bfb8a9fe146086f0877b | |
parent | f3e7841ca3608db6e0207cd8af5561f065882517 [diff] |
igb: do not overwrite EEPROM LED settings The igb driver was overwritting the LED settings that were configured via EEPROM. This is not correct behavior as the LED settings are meant to be configured by EEPROM and not changed. This change removes the code that was setting the LED behavior on the interface. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>