diff options
author | Nishanth Menon <nm@ti.com> | 2011-04-27 06:13:46 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-05-03 02:38:03 -0700 |
commit | d14f81741f4ca5c96f52eff0210c8da0b0997d6f (patch) | |
tree | ee9b2ffbaf4a184956afef2823bb5ffdd43a9238 /arch/arm | |
parent | 34549009a1a48e9212508aa32a90281e682c52b1 (diff) | |
download | op-kernel-dev-d14f81741f4ca5c96f52eff0210c8da0b0997d6f.zip op-kernel-dev-d14f81741f4ca5c96f52eff0210c8da0b0997d6f.tar.gz |
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 <nm@ti.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-omap2/voltage.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/voltage.c b/arch/arm/mach-omap2/voltage.c index 6fb5209..b74bfb8 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" |