From: Russell King Date: Tue, 7 Feb 2012 10:13:02 +0000 (+0000) Subject: ARM: omap: fix vc.c PMIC error message X-Git-Tag: v3.3-rc4~28^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d5b4790b1e7cffb8987e535d4969d10b62f3163;p=pandora-kernel.git ARM: omap: fix vc.c PMIC error message While testing on my OMAP3430 platform, this error message was emitted: omap_vc_init_channel: PMIC info requried to configure vc forvdd_core not populated.Hence cannot initialize vc Trying to find this message was difficult because it was wrapped across several lines. It also mis-spells "required", doesn't read very well, and has spaces lacking. Let's replace it with a more concise: omap_vc_init_channel: No PMIC info for vdd_core While we're here, fix a simple spelling error in a comment. Signed-off-by: Russell King --- Reading git-diff-tree failed