summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYork Sun <[email protected]>2014-10-17 13:44:06 -0700
committerTom Rini <[email protected]>2014-10-27 17:54:09 -0400
commit76f8cdb2036bf86ec7193ed13129797f0a32d13d (patch)
treeefcc487ebcfe8916a8b9d54707c990713010cdc3 /scripts
parent998194584e53db13a9ed01f78c8f856e8f0bec67 (diff)
net/e1000: Fix EEPROM access error
Commit 951860634fdb557bbb58e0f99215391bc0c29779 may have changed the logic unintentially from "if (!(swfw_sync & (fwmask | swmask)))" to "if ((swfw_sync & swmask) && !(swfw_sync & fwmask))". This change breaks some e1000 NIC with a message "ERROR: Unable to read EEPROM!". Signed-off-by: York Sun <[email protected]> CC: Marek Vasut <[email protected]> CC: Tim Harvey <[email protected]> Acked-by: Marcel Ziswiler <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions