From patchwork Thu Jul 9 13:23:36 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Artem Bityutskiy X-Patchwork-Id: 34797 X-Patchwork-Delegate: khilman@deeprootsystems.com Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n69BXKk9023694 for ; Thu, 9 Jul 2009 11:33:20 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756285AbZGILdS (ORCPT ); Thu, 9 Jul 2009 07:33:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757021AbZGILdS (ORCPT ); Thu, 9 Jul 2009 07:33:18 -0400 Received: from smtp.nokia.com ([192.100.122.230]:60572 "EHLO mgw-mx03.nokia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756285AbZGILdS (ORCPT ); Thu, 9 Jul 2009 07:33:18 -0400 Received: from esebh106.NOE.Nokia.com (esebh106.ntc.nokia.com [172.21.138.213]) by mgw-mx03.nokia.com (Switch-3.3.3/Switch-3.3.3) with ESMTP id n69BX620020862; Thu, 9 Jul 2009 14:33:09 +0300 Received: from vaebh104.NOE.Nokia.com ([10.160.244.30]) by esebh106.NOE.Nokia.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 9 Jul 2009 14:33:05 +0300 Received: from mgw-sa02.ext.nokia.com ([147.243.1.48]) by vaebh104.NOE.Nokia.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959); Thu, 9 Jul 2009 14:33:04 +0300 Received: from localhost.localdomain (esdhcp04131.research.nokia.com [172.21.41.31]) by mgw-sa02.ext.nokia.com (Switch-3.2.6/Switch-3.2.6) with ESMTP id n69BX3WL010418; Thu, 9 Jul 2009 14:33:03 +0300 From: Artem Bityutskiy To: Kevin Hilman Cc: linux-omap@vger.kernel.org, Artem Bityutskiy Subject: The pm_dbg_init() print does not look like something useful, probably Date: Thu, 9 Jul 2009 16:23:36 +0300 Message-Id: <1247145816-12586-1-git-send-email-Artem.Bityutskiy@nokia.com> X-Mailer: git-send-email 1.6.0.6 X-OriginalArrivalTime: 09 Jul 2009 11:33:04.0865 (UTC) FILETIME=[063CD510:01CA0089] X-Nokia-AV: Clean Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Signed-off-by: Artem Bityutskiy --- 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);