diff mbox

The pm_dbg_init() print does not look like something useful, probably

Message ID 1247145816-12586-1-git-send-email-Artem.Bityutskiy@nokia.com (mailing list archive)
State Accepted
Delegated to: Kevin Hilman
Headers show

Commit Message

Artem Bityutskiy July 9, 2009, 1:23 p.m. UTC
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
---
 arch/arm/mach-omap2/pm-debug.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
diff mbox

Patch

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);