]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Fix missing hci_dev_lock_bh in user_confirm_reply
authorJohan Hedberg <johan.hedberg@nokia.com>
Wed, 16 Mar 2011 12:29:34 +0000 (14:29 +0200)
committerGustavo F. Padovan <padovan@profusion.mobi>
Thu, 31 Mar 2011 17:25:25 +0000 (14:25 -0300)
commitac311df3c6e8373bf17b54a06410cf302a7fd64e
treecc3f837d1862870fa1f6b597a91958351c5a71fd
parent757fac6c40cfdf2bc010bda8dc0d92bba5c1988f
Bluetooth: Fix missing hci_dev_lock_bh in user_confirm_reply

The code was correctly calling _unlock at the end of the function but
there was no actual _lock call anywhere.

Signed-off-by: Johan Hedberg <johan.hedberg@nokia.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/mgmt.c