summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-05-30 23:09:22 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-05-30 23:09:21 -0700
commit467586f025a2301e59679ef684ed4ef486beba26 (patch)
tree13d940cb11c3470ed1223faeace6d5dc97cb8897
parent6cec3ff5ebf94071c991cc350fbb42fab028a306 (diff)
parentbc84950ba11bb0b1dea95ced2c873e44c9566050 (diff)
Merge "soc: qcom: sleepstate: Increase notifier priority"
-rw-r--r--drivers/soc/qcom/smp2p_sleepstate.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/soc/qcom/smp2p_sleepstate.c b/drivers/soc/qcom/smp2p_sleepstate.c
index 04b043fbd8ec..34b46d25a823 100644
--- a/drivers/soc/qcom/smp2p_sleepstate.c
+++ b/drivers/soc/qcom/smp2p_sleepstate.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2014-2016, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2014-2017, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -46,6 +46,7 @@ static int sleepstate_pm_notifier(struct notifier_block *nb,
static struct notifier_block sleepstate_pm_nb = {
.notifier_call = sleepstate_pm_notifier,
+ .priority = INT_MAX,
};
static int smp2p_sleepstate_probe(struct platform_device *pdev)