Bluetooth: Remove locking in hci_user_passkey_request_evt
authorAndre Guedes <andre.guedes@openbossa.org>
Mon, 23 Jul 2012 21:19:04 +0000 (18:19 -0300)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Mon, 6 Aug 2012 18:02:58 +0000 (15:02 -0300)
commitee72d150ada90d33cc6e222fbdd7f980c16d974d
treeaf8fcbec4089b0edd723010d4de1e6e5827a642d
parent9e66463127ff7238020c3c4e7f84dfbc23e5c2b5
Bluetooth: Remove locking in hci_user_passkey_request_evt

This patch removes hdev locking in hci_user_passkey_request_evt
since it is not needed. mgmt_user_passkey_request simply calls
mgmt_event which does not require hdev locking at all.

Signed-off-by: Andre Guedes <andre.guedes@openbossa.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
net/bluetooth/hci_event.c