]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
e1000e: release hw semaphore after successfully writing EEPROM
authorArthur Jones <ajones@riverbed.com>
Mon, 29 Sep 2008 11:51:09 +0000 (11:51 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Oct 2008 23:47:58 +0000 (16:47 -0700)
commit1694f25b4beb80b911fb21efcff36acca39aa696
treec960e5f899b31b6cdf3288e2c558d3a35f2421a2
parent2f7ca802bdae2ca41022618391c70c2876d92190
e1000e: release hw semaphore after successfully writing EEPROM

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 <Nick.VanFossen@riverbed.com>
Signed-off-by: Arthur Jones <ajones@riverbed.com>
Reviewed-by: Auke Kok <auke-jan.h.kok@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/e1000e/lib.c