From: Nishanth Menon Date: Wed, 27 Apr 2011 13:13:46 +0000 (-0700) Subject: OMAP3+: voltage: remove spurious pr_notice for debugfs X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d14f81741f4ca5c96f52eff0210c8da0b0997d6f;p=mv-sheeva.git OMAP3+: voltage: remove spurious pr_notice for debugfs cat of debugfs entry for vp_volt provides voltage. The additional pr_notice is just spam on console and provides no additional information. Signed-off-by: Nishanth Menon Signed-off-by: Kevin Hilman Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/voltage.c b/arch/arm/mach-omap2/voltage.c index 6fb520999b6..b74bfb8ce93 100644 --- a/arch/arm/mach-omap2/voltage.c +++ b/arch/arm/mach-omap2/voltage.c @@ -149,7 +149,6 @@ static int vp_volt_debug_get(void *data, u64 *val) } vsel = vdd->read_reg(prm_mod_offs, vdd->vp_data->voltage); - pr_notice("curr_vsel = %x\n", vsel); if (!vdd->pmic_info->vsel_to_uv) { pr_warning("PMIC function to convert vsel to voltage"