ARM: omap: fix vc.c PMIC error message
authorRussell King - ARM Linux <linux@arm.linux.org.uk>
Wed, 8 Feb 2012 16:37:29 +0000 (16:37 +0000)
committerTony Lindgren <tony@atomide.com>
Thu, 9 Feb 2012 18:08:49 +0000 (10:08 -0800)
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 <rmk+kernel@arm.linux.org.uk>

No differences found