Message ID | 1247145913-12639-1-git-send-email-Artem.Bityutskiy@nokia.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Kevin Hilman |
Headers | show |
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 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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);
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(-)