]> git.baikalelectronics.ru Git - kernel.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)
commite6583fbdcd729258e817967ea7d0e7ad038b244e
treec531b8a7888ccfb4bc7cf3898e50621909f1e053
parent830480f2eb35fdf20ec6497ad29cdcea60a0ca38
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