The pm_dbg_init() print does not look like something useful, probably just a leftover. Kill it. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@xxxxxxxxx> --- [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 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html