commit | f227ec3ca2b7be449fb2156e82b40cceed87a34a | [log] [tgz] |
---|---|---|
author | Kok, Auke <auke-jan.h.kok@intel.com> | Tue Apr 29 11:18:55 2008 -0700 |
committer | Jeff Garzik <jgarzik@redhat.com> | Tue May 06 12:38:02 2008 -0400 |
tree | bf71b460b90b059bfc1192c001f676fd02a8afc2 | |
parent | e410553fd35afd6d290b65e02dc501722406377d [diff] |
e1000e: don't return half-read eeprom on error On a read error, e1000e might have returned uninitialized block of eeprom data back to userspace. The convention is that 0xff is "empty", so mark the entire eeprom as empty in case of an error. Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>