From patchwork Sat Feb 19 12:01:43 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 574711 X-Patchwork-Delegate: khilman@deeprootsystems.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p1JC2Bh7013921 for ; Sat, 19 Feb 2011 12:02:41 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754195Ab1BSMCk (ORCPT ); Sat, 19 Feb 2011 07:02:40 -0500 Received: from na3sys009aog108.obsmtp.com ([74.125.149.199]:53051 "EHLO na3sys009aog108.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751648Ab1BSMCk (ORCPT ); Sat, 19 Feb 2011 07:02:40 -0500 Received: from source ([209.85.213.181]) (using TLSv1) by na3sys009aob108.postini.com ([74.125.148.12]) with SMTP ID DSNKTV+xX9eoCRsAUXgjMNj6e+6TX1gJk8d4@postini.com; Sat, 19 Feb 2011 04:02:39 PST Received: by mail-yx0-f181.google.com with SMTP id 8so497985yxm.12 for ; Sat, 19 Feb 2011 04:02:39 -0800 (PST) Received: by 10.150.189.21 with SMTP id m21mr2407314ybf.130.1298116958879; Sat, 19 Feb 2011 04:02:38 -0800 (PST) Received: from localhost (dragon.ti.com [192.94.94.33]) by mx.google.com with ESMTPS id k1sm2042370ybj.0.2011.02.19.04.02.35 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 19 Feb 2011 04:02:38 -0800 (PST) From: Nishanth Menon To: linux-omap Cc: Tony Lindgren , Kevin Hilman , Nishanth Menon Subject: [PATCH 04/19] omap3+: voltage: remove spurious pr_notice for debugfs Date: Sat, 19 Feb 2011 17:31:43 +0530 Message-Id: <1298116918-30744-5-git-send-email-nm@ti.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1298116918-30744-1-git-send-email-nm@ti.com> References: <1298116918-30744-1-git-send-email-nm@ti.com> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Sat, 19 Feb 2011 12:02:41 +0000 (UTC) diff --git a/arch/arm/mach-omap2/voltage.c b/arch/arm/mach-omap2/voltage.c index 280ee12..992b383 100644 --- a/arch/arm/mach-omap2/voltage.c +++ b/arch/arm/mach-omap2/voltage.c @@ -347,7 +347,6 @@ static int vp_volt_debug_get(void *data, u64 *val) } vsel = vdd->read_reg(vdd->vp_reg.prm_mod, vdd->vp_offs.voltage); - pr_notice("curr_vsel = %x\n", vsel); if (!vdd->pmic_info->vsel_to_uv) { pr_warning("PMIC function to convert vsel to voltage"