]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: omap: fix wrapped error messages in omap_hwmod.c
authorRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 7 Feb 2012 10:59:37 +0000 (10:59 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 13 Feb 2012 10:00:39 +0000 (10:00 +0000)
commit4f8a428dac431e7bd09673b404769d87df948eef
treec531b8a7888ccfb4bc7cf3898e50621909f1e053
parent8930b4e3c31cf67140e6281879b28feac8381e29
ARM: omap: fix wrapped error messages in omap_hwmod.c

While trying to debug my OMAP platforms, they emitted this message:

omap_hwmod: %s: enabled state can only be entered from initialized, idle, or disabled state

The following backtrace said it was from a function called '_enable',
which didn't provide much clue.  Grepping didn't find it either.

The message is wrapped, so unwrap the message so grep can find it.  Do
the same for three other messages in this file.

Acked-by: Paul Walmsley <paul@pwsan.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-omap2/omap_hwmod.c