commit | bcd218be5aebed94951a750b1d477aea86fb68ea | [log] [tgz] |
---|---|---|
author | Steve Glendinning <steve.glendinning@smsc.com> | Tue Jul 28 02:37:58 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Aug 02 12:54:31 2009 -0700 |
tree | 13e8f349a69a591c7e92239361521a817ce79cb1 | |
parent | 81e43213882e62374c1a87f9d97d4287ed9f7257 [diff] |
smsc95xx: remove EEPROM loaded check The eeprom read & write commands currently check the E2P_CMD_LOADED_ bit is set before allowing any operations. This prevents any reading or writing unless a correctly programmed EEPROM is installed. This patch removes the check, so it is possible to program blank EEPROMS via ethtool. Signed-off-by: Steve Glendinning <steve.glendinning@smsc.com> Signed-off-by: David S. Miller <davem@davemloft.net>