Bluetooth: hci_qca: Return wakeup for qca_wakeup
This fixes the return value of qca_wakeup(), since
.wakeup work inversely with original .prevent_wake.
Fixes: 4539ca67fe
(Bluetooth: Rename driver .prevent_wake to .wakeup)
Signed-off-by: Sai Teja Aluvala <quic_saluvala@quicinc.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
parent
c69ecb0ea4
commit
bde63e9eff
@ -1588,7 +1588,7 @@ static bool qca_wakeup(struct hci_dev *hdev)
|
|||||||
wakeup = device_may_wakeup(hu->serdev->ctrl->dev.parent);
|
wakeup = device_may_wakeup(hu->serdev->ctrl->dev.parent);
|
||||||
bt_dev_dbg(hu->hdev, "wakeup status : %d", wakeup);
|
bt_dev_dbg(hu->hdev, "wakeup status : %d", wakeup);
|
||||||
|
|
||||||
return !wakeup;
|
return wakeup;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int qca_regulator_init(struct hci_uart *hu)
|
static int qca_regulator_init(struct hci_uart *hu)
|
||||||
|
Loading…
Reference in New Issue
Block a user