mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
net: wireless: bcmdhd: Increase pm_notify callback priority
Make pm_notify callback to be called the first on suspend/resume path to ensure it will always be called. Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
@@ -495,7 +495,7 @@ static int dhd_sleep_pm_callback(struct notifier_block *nfb, unsigned long actio
|
||||
|
||||
static struct notifier_block dhd_sleep_pm_notifier = {
|
||||
.notifier_call = dhd_sleep_pm_callback,
|
||||
.priority = 0
|
||||
.priority = 10
|
||||
};
|
||||
extern int register_pm_notifier(struct notifier_block *nb);
|
||||
extern int unregister_pm_notifier(struct notifier_block *nb);
|
||||
|
||||
Reference in New Issue
Block a user