]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Return NOTIFY_DONE for hci_suspend_notifier
authorMax Chou <max.chou@realtek.com>
Thu, 23 Jul 2020 10:47:42 +0000 (18:47 +0800)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 28 Jul 2020 07:12:31 +0000 (09:12 +0200)
commitd002ee832461d5a9300514803f41432c305e651e
treedf29e69f734cbe02c5e7dcd96298458ee0cc11d0
parentb18bdc8425c489b3377c84824309bdcce3c5c497
Bluetooth: Return NOTIFY_DONE for hci_suspend_notifier

The original return is NOTIFY_STOP, but notifier_call_chain would stop
the future call for register_pm_notifier even registered on other Kernel
modules with the same priority which value is zero.

Signed-off-by: Max Chou <max.chou@realtek.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/hci_core.c