Since e1000e has been existance in linux-2.6, we've
never released the hardware semaphore after a successful
write to the SPI EEPROM. I guess we don't write to
SPI EEPROM much -- but those few of us that do appreciate
it when we can later read from the EEPROM without having
to reboot.
Found-by: Nick Van Fossen <[email protected]>
Signed-off-by: Arthur Jones <[email protected]>
Reviewed-by: Auke Kok <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
}
msleep(10);
+ nvm->ops.release_nvm(hw);
return 0;
}