Bluetooth: Re-order clearing suspend tasks
authorAbhishek Pandit-Subedi <abhishekpandit@chromium.org>
Wed, 9 Sep 2020 23:53:59 +0000 (16:53 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 11 Sep 2020 07:05:08 +0000 (09:05 +0200)
commit3eec158d5eca7dd455118d9e00568aad2371219f
tree8001b147955c90b32512e2f1733468895b856c98
parentc6db014381bd85038ed3dfdea7d1367bfd4584a8
Bluetooth: Re-order clearing suspend tasks

Unregister_pm_notifier is a blocking call so suspend tasks should be
cleared beforehand. Otherwise, the notifier will wait for completion
before returning (and we encounter a 2s timeout on resume).

Fixes: 0e9952804ec9c8 (Bluetooth: Clear suspend tasks on unregister)
Signed-off-by: Abhishek Pandit-Subedi <abhishekpandit@chromium.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/hci_core.c