Temporary patch for testing purposes, not meant for integration.

Signed-off-by: Tero Kristo <[email protected]>
---
 arch/arm/mach-omap2/mux.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-omap2/mux.c b/arch/arm/mach-omap2/mux.c
index 0d1962e..0233cb8 100644
--- a/arch/arm/mach-omap2/mux.c
+++ b/arch/arm/mach-omap2/mux.c
@@ -376,6 +376,8 @@ bool omap_hwmod_mux_get_wake_status(struct 
omap_hwmod_mux_info *hmux)
                                        pad->mux->reg_offset);
                        if (val & OMAP_WAKEUP_EVENT) {
                                ret = true;
+                               pr_info("wkup detected: %04x\n",
+                                       pad->mux->reg_offset);
                                break;
                        }
                }
-- 
1.7.4.1

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to