]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - net/bluetooth/hci_core.c
Bluetooth: Introduce hci_dev_test_flag helper macro
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 13 Mar 2015 09:11:00 +0000 (02:11 -0700)
committerJohan Hedberg <johan.hedberg@intel.com>
Fri, 13 Mar 2015 10:09:25 +0000 (12:09 +0200)
commitd7a5a11d7fa80beb43d5f7cb421c86f9b4d21200
treefe24ddd4137d73c89f7198d9422544d31568ccf7
parentcc91cb042ce5dab66fedeb94260b18f193ed33d9
Bluetooth: Introduce hci_dev_test_flag helper macro

Instead of manually coding test_bit on hdev->dev_flags all the time,
use hci_dev_test_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_conn.c
net/bluetooth/hci_core.c
net/bluetooth/hci_debugfs.c
net/bluetooth/hci_event.c
net/bluetooth/hci_request.c
net/bluetooth/hci_sock.c
net/bluetooth/l2cap_core.c
net/bluetooth/mgmt.c
net/bluetooth/smp.c