mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
Bluetooth: Fix minor coding style issue in set_connectable()
There is a minor coding style violation and so just fix it. No actual logic has changed. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
4b836f393b
commit
8d6083fe0a
@ -1264,14 +1264,13 @@ static int set_connectable(struct sock *sk, struct hci_dev *hdev, void *data,
|
|||||||
|
|
||||||
if (test_bit(HCI_BREDR_ENABLED, &hdev->dev_flags) &&
|
if (test_bit(HCI_BREDR_ENABLED, &hdev->dev_flags) &&
|
||||||
cp->val != test_bit(HCI_PSCAN, &hdev->flags)) {
|
cp->val != test_bit(HCI_PSCAN, &hdev->flags)) {
|
||||||
|
|
||||||
if (cp->val) {
|
if (cp->val) {
|
||||||
scan = SCAN_PAGE;
|
scan = SCAN_PAGE;
|
||||||
} else {
|
} else {
|
||||||
scan = 0;
|
scan = 0;
|
||||||
|
|
||||||
if (test_bit(HCI_ISCAN, &hdev->flags) &&
|
if (test_bit(HCI_ISCAN, &hdev->flags) &&
|
||||||
hdev->discov_timeout > 0)
|
hdev->discov_timeout > 0)
|
||||||
cancel_delayed_work(&hdev->discov_off);
|
cancel_delayed_work(&hdev->discov_off);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user