From: Russell King Date: Tue, 7 Feb 2012 10:59:37 +0000 (+0000) Subject: ARM: omap: fix wrapped error messages in omap_hwmod.c X-Git-Tag: v3.3-rc4~28^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f8a428dac431e7bd09673b404769d87df948eef;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. Acked-by: Paul Walmsley Acked-by: Tony Lindgren Signed-off-by: Russell King --- Reading git-diff-tree failed