commit | e4856696b4afbf53a84e0475149369b78b47f713 | [log] [tgz] |
---|---|---|
author | Mark Rustad <mark.d.rustad@intel.com> | Tue Jul 22 06:50:42 2014 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Jul 25 18:54:09 2014 -0700 |
tree | d7121a9b538a2f67521c97d25be9c7c4a8232e12 | |
parent | d819fc52117e18e9e331edc8fe7bd623279825d0 [diff] |
ixgbe: Fix spurious release of semaphore in EEPROM access Failure to acquire the semaphore would lead to a spurious release of the semaphore in several functions. Do not release a semaphore that you did not get. Signed-off-by: Mark Rustad <mark.d.rustad@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>