* [PATCH] OMAP3: pm: Boot message is not an error, remove it
@ 2011-05-18 9:14 Sanjeev Premi
2011-05-18 14:40 ` Kevin Hilman
0 siblings, 1 reply; 2+ messages in thread
From: Sanjeev Premi @ 2011-05-18 9:14 UTC (permalink / raw)
To: linux-arm-kernel
It shows up on the console despite using "silent"
in the bootargs.
Signed-off-by: Sanjeev Premi <premi@ti.com>
Cc: jhnikula at gmail.com
---
v2: Changed the subject.
Removed the print altogether
v1: Convert printk to pr_info
arch/arm/mach-omap2/pm34xx.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/arch/arm/mach-omap2/pm34xx.c b/arch/arm/mach-omap2/pm34xx.c
index 343027f..ba6c524 100644
--- a/arch/arm/mach-omap2/pm34xx.c
+++ b/arch/arm/mach-omap2/pm34xx.c
@@ -901,8 +901,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();
--
1.7.2.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] OMAP3: pm: Boot message is not an error, remove it
2011-05-18 9:14 [PATCH] OMAP3: pm: Boot message is not an error, remove it Sanjeev Premi
@ 2011-05-18 14:40 ` Kevin Hilman
0 siblings, 0 replies; 2+ messages in thread
From: Kevin Hilman @ 2011-05-18 14:40 UTC (permalink / raw)
To: linux-arm-kernel
Hi Sanjeev,
Sanjeev Premi <premi@ti.com> writes:
> It shows up on the console despite using "silent"
> in the bootargs.
>
> Signed-off-by: Sanjeev Premi <premi@ti.com>
> Cc: jhnikula at gmail.com
Thanks! Adding to queue for 2.6.40 (branch: for_2.6.40/pm-cleanup)
Kevin
> ---
>
> v2: Changed the subject.
> Removed the print altogether
>
> v1: Convert printk to pr_info
>
> arch/arm/mach-omap2/pm34xx.c | 2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/pm34xx.c b/arch/arm/mach-omap2/pm34xx.c
> index 343027f..ba6c524 100644
> --- a/arch/arm/mach-omap2/pm34xx.c
> +++ b/arch/arm/mach-omap2/pm34xx.c
> @@ -901,8 +901,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();
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-05-18 14:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-18 9:14 [PATCH] OMAP3: pm: Boot message is not an error, remove it Sanjeev Premi
2011-05-18 14:40 ` Kevin Hilman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).