public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] OMAP3: PM: remove a junk print
@ 2009-07-09 13:25 Artem Bityutskiy
  2009-07-09 13:38 ` Kevin Hilman
  0 siblings, 1 reply; 2+ messages in thread
From: Artem Bityutskiy @ 2009-07-09 13:25 UTC (permalink / raw)
  To: Kevin Hilman; +Cc: linux-omap, Artem Bityutskiy

The pm_dbg_init() print does not look like something useful, probably
just a leftover. Kill it.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
---
[The previous git-send-email attempt crewed up the subject, re-sending]

 arch/arm/mach-omap2/pm-debug.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-omap2/pm-debug.c b/arch/arm/mach-omap2/pm-debug.c
index 2768510..33cc6b9 100644
--- a/arch/arm/mach-omap2/pm-debug.c
+++ b/arch/arm/mach-omap2/pm-debug.c
@@ -526,8 +526,6 @@ static int __init pm_dbg_init(void)
 	struct dentry *d;
 	char name[2];
 
-	printk(KERN_INFO "pm_dbg_init()\n");
-
 	d = debugfs_create_dir("pm_debug", NULL);
 	if (IS_ERR(d))
 		return PTR_ERR(d);
-- 
1.6.0.6


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] OMAP3: PM: remove a junk print
  2009-07-09 13:25 [PATCH] OMAP3: PM: remove a junk print Artem Bityutskiy
@ 2009-07-09 13:38 ` Kevin Hilman
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Hilman @ 2009-07-09 13:38 UTC (permalink / raw)
  To: Artem Bityutskiy; +Cc: linux-omap

Artem Bityutskiy <Artem.Bityutskiy@nokia.com> writes:

> The pm_dbg_init() print does not look like something useful, probably
> just a leftover. Kill it.

Indeed.

Pushed to PM branch.

Kevin

> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
> ---
> [The previous git-send-email attempt crewed up the subject, re-sending]
>
>  arch/arm/mach-omap2/pm-debug.c |    2 --
>  1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/pm-debug.c b/arch/arm/mach-omap2/pm-debug.c
> index 2768510..33cc6b9 100644
> --- a/arch/arm/mach-omap2/pm-debug.c
> +++ b/arch/arm/mach-omap2/pm-debug.c
> @@ -526,8 +526,6 @@ static int __init pm_dbg_init(void)
>  	struct dentry *d;
>  	char name[2];
>  
> -	printk(KERN_INFO "pm_dbg_init()\n");
> -
>  	d = debugfs_create_dir("pm_debug", NULL);
>  	if (IS_ERR(d))
>  		return PTR_ERR(d);
> -- 
> 1.6.0.6

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-07-09 13:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-09 13:25 [PATCH] OMAP3: PM: remove a junk print Artem Bityutskiy
2009-07-09 13:38 ` Kevin Hilman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox