summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Yu <davyu@nvidia.com>2014-01-24 10:53:34 +0900
committerHarry Hong <hhong@nvidia.com>2014-01-26 17:08:50 -0800
commitd437adab809b2a454d52f2e87d00eb70c72a6315 (patch)
treed4422c7fde7578e4bf0da533ac42a588c8f0e72e
parent89d633af9c41842c5a1451a9835dfb7faa121d01 (diff)
misc: tegra-baseband: Don't abort suspend notify
Bug 1445863 Change-Id: I6d58eed1ffbfc4012f2e4543a87d5f06e59542a7 Signed-off-by: David Yu <davyu@nvidia.com> Reviewed-on: http://git-master/r/359590 Reviewed-by: Harry Hong <hhong@nvidia.com> Tested-by: Harry Hong <hhong@nvidia.com>
-rw-r--r--drivers/misc/tegra-baseband/tegra_usb_modem_power.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/tegra-baseband/tegra_usb_modem_power.c b/drivers/misc/tegra-baseband/tegra_usb_modem_power.c
index bff76d5180de..0bb6ef7ff348 100644
--- a/drivers/misc/tegra-baseband/tegra_usb_modem_power.c
+++ b/drivers/misc/tegra-baseband/tegra_usb_modem_power.c
@@ -385,7 +385,7 @@ static int mdm_pm_notifier(struct notifier_block *notifier,
pr_warn("%s: wakelock was active, aborting suspend\n",
__func__);
mutex_unlock(&modem->lock);
- return NOTIFY_STOP;
+ return NOTIFY_OK;
}
modem->system_suspend = 1;