summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
authormattis fjallstrom <mattis@acm.org>2015-06-10 17:19:07 -0700
committermattis fjallstrom <mattis@acm.org>2015-06-10 17:19:07 -0700
commit5d1c09eedec0cf5fd486d240b4ede1c476ed6adf (patch)
tree89b34773a56d6382af67605a01a85fbb41a42fdb /arch/arm/mach-omap2
parent7fed74111196ceb982ce56a2dcec2db18e8f32ea (diff)
downloadolio-linux-3.10-5d1c09eedec0cf5fd486d240b4ede1c476ed6adf.tar.xz
olio-linux-3.10-5d1c09eedec0cf5fd486d240b4ede1c476ed6adf.zip
Latest bluetooth pinmuxes
Change-Id: I926c6f31a87ed4883767859b46d64dde11832658
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r--arch/arm/mach-omap2/board-omap3h1-bluetooth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-omap3h1-bluetooth.c b/arch/arm/mach-omap2/board-omap3h1-bluetooth.c
index 642ded4811c..3cec4bee656 100644
--- a/arch/arm/mach-omap2/board-omap3h1-bluetooth.c
+++ b/arch/arm/mach-omap2/board-omap3h1-bluetooth.c
@@ -337,7 +337,7 @@ int bcm4430_bluetooth_suspend(struct platform_device *pdev, pm_message_t state)
int host_wake;
disable_irq(irq);
- host_wake = gpio_get_value(BT_HOST_WAKE_GPIO);
+ host_wake = gpio_get_value(BT_HOST_WAKE_GPIO); /* Never goes low - what's up? */
if (host_wake) {
enable_irq(irq);