commit | 90827996c59135b73e54463dac38710d5ddf1d2a | [log] [tgz] |
---|---|---|
author | Don Skidmore <donald.c.skidmore@intel.com> | Sat Mar 05 18:59:20 2011 -0800 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon Mar 07 17:59:53 2011 -0800 |
tree | 65a61ec13cf746d0b0008d4fe34d0d0b284000d6 | |
parent | 0a915b95d67f3bf63121c04aeb4eaebb183feb58 [diff] |
ixgbe: fix missing function pointer conversion In the previous commit: commit 5e655105e3e19d746f9e95c514b014c11c3d1b6a Author: Don Skidmore <donald.c.skidmore@intel.com> Date: Fri Feb 25 01:58:04 2011 +0000 ixgbe: add function pointer for semaphore function there was one release of the semaphore function call which did not get converted to a function pointer. Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>