]> 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)
commit912406ddf14609be525b55a93b282b89f19fb2df
treec531b8a7888ccfb4bc7cf3898e50621909f1e053
parent2a11908d150bd8669a609168dd0cab754892539b
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