]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: omap: fix vc.c PMIC error message
authorRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 7 Feb 2012 10:13:02 +0000 (10:13 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 13 Feb 2012 10:00:34 +0000 (10:00 +0000)
commitb13a33e53c961290b4ca712f7122cb8bc12a50cf
tree23972c4d0471640bc98290f8c4b17f8cb6c78d38
parent527919400e005a502947b09d090b462c785d4266
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 <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-omap2/vc.c