aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/pm34xx.c
diff options
context:
space:
mode:
authorSanjeev Premi <premi@ti.com>2011-05-18 05:14:40 -0400
committerKevin Hilman <khilman@ti.com>2011-05-20 11:15:54 -0400
commit99aa18278e867574d72201b806f82ace07d4804b (patch)
treee90eb19049f2755c3eca37e6e89aac6db5cace9c /arch/arm/mach-omap2/pm34xx.c
parent04908918191f7926ec7af99890fb4ddb3b769c13 (diff)
OMAP3: PM: Boot message is not an error, and not helpful, remove it
It shows up on the console despite using "silent" in the bootargs, and it's really just noise in the boot log since PM init is always called. Signed-off-by: Sanjeev Premi <premi@ti.com> Cc: jhnikula@gmail.com [khilman@ti.com: minor changelog edits] Signed-off-by: Kevin Hilman <khilman@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/pm34xx.c')
-rw-r--r--arch/arm/mach-omap2/pm34xx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/pm34xx.c b/arch/arm/mach-omap2/pm34xx.c
index caf9f6cb3908..c155c9d1c82c 100644
--- a/arch/arm/mach-omap2/pm34xx.c
+++ b/arch/arm/mach-omap2/pm34xx.c
@@ -883,8 +883,6 @@ static int __init omap3_pm_init(void)
883 883
884 pm_errata_configure(); 884 pm_errata_configure();
885 885
886 printk(KERN_ERR "Power Management for TI OMAP3.\n");
887
888 /* XXX prcm_setup_regs needs to be before enabling hw 886 /* XXX prcm_setup_regs needs to be before enabling hw
889 * supervised mode for powerdomains */ 887 * supervised mode for powerdomains */
890 prcm_setup_regs(); 888 prcm_setup_regs();