Skip to content

Commit

Permalink
OMAP3: PM: Boot message is not an error, and not helpful, remove it
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sanjeev Premi authored and Kevin Hilman committed May 20, 2011
1 parent 0490891 commit 99aa182
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/arm/mach-omap2/pm34xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -883,8 +883,6 @@ static int __init omap3_pm_init(void)

pm_errata_configure();

printk(KERN_ERR "Power Management for TI OMAP3.\n");

/* XXX prcm_setup_regs needs to be before enabling hw
* supervised mode for powerdomains */
prcm_setup_regs();
Expand Down

0 comments on commit 99aa182

Please sign in to comment.