commit | be0cb0a66a1d426f7cd9b170c008725044ae147a | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Wed Aug 03 22:01:07 2016 +0300 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Thu Aug 18 11:43:14 2016 -0700 |
tree | 924a3b75e49fb9f4fe9bd81c7fdc6de038d8ce1c | |
parent | 93e6fa2c34bef36fc64be44e501c6ba729671d8d [diff] |
i40e: remove a stray unlock We shifted the locking around a bit but forgot to delete this unlock so now it can unlock twice. Fixes: cd3be169a5ff ('i40e: Move the mutex lock in i40e_client_unregister') Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>