commit | a930430b047a0cc118bfc47ca54fcdfbadf091d2 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Wed Nov 12 09:17:08 2014 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Wed Nov 12 10:05:25 2014 +0100 |
tree | f34b024966a7c54c7b9f9f49c86b0d2ba6c9d9f0 | |
parent | f03567040cbf874834c9e3e52b72fdcb672b9bbb [diff] |
Bluetooth: Remove unnecessary hci_dev_lock/unlock in smp.c The mgmt_user_passkey_request and related functions do not do anything else except read access to hdev->id. This member never changes after the hdev creation so there is no need to acquire a lock to read it. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>