summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederic Bossy <fbossy@nvidia.com>2012-03-23 15:05:19 -0700
committerSimone Willett <swillett@nvidia.com>2012-03-29 13:46:39 -0700
commit78ee8259728a92f807910ac04dc98fe1ad6683f2 (patch)
tree4c58d8dd5c2f199ef97a2f3d49f01d0bacd47803
parentd2f71d2ab16605653e4fe4094b37f20aa3a0db9b (diff)
arm: tegra: baseband: wake lock on both BB_RST_OUT pol
bug 947710 Change-Id: If06de72d3880055c219e5ded892bb8cf956d774a Signed-off-by: Frederic Bossy <fbossy@nvidia.com> Reviewed-on: http://git-master/r/92066 Reviewed-by: Steve Lin <stlin@nvidia.com> Reviewed-by: Dan Willemsen <dwillemsen@nvidia.com>
-rw-r--r--arch/arm/mach-tegra/board-enterprise-baseband.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/board-enterprise-baseband.c b/arch/arm/mach-tegra/board-enterprise-baseband.c
index 1463a066fca5..7552e2871541 100644
--- a/arch/arm/mach-tegra/board-enterprise-baseband.c
+++ b/arch/arm/mach-tegra/board-enterprise-baseband.c
@@ -106,10 +106,11 @@ static irqreturn_t mdm_start_thread(int irq, void *data)
pr_info("BB_RST_OUT high\n");
} else {
pr_info("BB_RST_OUT low\n");
- /* hold wait lock to complete the enumeration */
- wake_lock_timeout(&mdm_wake_lock, HZ * 10);
}
+ /* hold wait lock to complete the enumeration */
+ wake_lock_timeout(&mdm_wake_lock, HZ * 10);
+
return IRQ_HANDLED;
}