From: Russell King - ARM Linux Date: Wed, 8 Feb 2012 16:40:30 +0000 (+0000) Subject: ARM: omap: fix wrapped error messages in omap_hwmod.c X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95580b349bdc8b2f8c1c906b8a93b5e522af6c95;p=pandora-kernel.git 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. Signed-off-by: Russell King --- Reading git-diff-tree failed