]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Introduce hci_dev_test_and_clear_flag helper macro
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 13 Mar 2015 09:11:05 +0000 (02:11 -0700)
committerJohan Hedberg <johan.hedberg@intel.com>
Fri, 13 Mar 2015 10:09:32 +0000 (12:09 +0200)
commitf4fc06e38b3987b949ebe80b8a51ae948ccd4c1d
tree1474d52857b9bbc0af82385754037e5633f24b1d
parent5968cbfda533f29db473e72fbbac31b0d1943fe0
Bluetooth: Introduce hci_dev_test_and_clear_flag helper macro

Instead of manually coding test_and_clear_bit on hdev->dev_flags all the
time, use hci_dev_test_and_clear_flag helper macro.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_core.c
net/bluetooth/hci_event.c
net/bluetooth/hci_request.c
net/bluetooth/mgmt.c