diff options
author | Nishanth Menon <nm@ti.com> | 2011-04-27 09:13:46 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-05-03 05:38:03 -0400 |
commit | d14f81741f4ca5c96f52eff0210c8da0b0997d6f (patch) | |
tree | ee9b2ffbaf4a184956afef2823bb5ffdd43a9238 | |
parent | 34549009a1a48e9212508aa32a90281e682c52b1 (diff) |
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>
-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 6fb520999b6e..b74bfb8ce937 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) | |||
149 | } | 149 | } |
150 | 150 | ||
151 | vsel = vdd->read_reg(prm_mod_offs, vdd->vp_data->voltage); | 151 | vsel = vdd->read_reg(prm_mod_offs, vdd->vp_data->voltage); |
152 | pr_notice("curr_vsel = %x\n", vsel); | ||
153 | 152 | ||
154 | if (!vdd->pmic_info->vsel_to_uv) { | 153 | if (!vdd->pmic_info->vsel_to_uv) { |
155 | pr_warning("PMIC function to convert vsel to voltage" | 154 | pr_warning("PMIC function to convert vsel to voltage" |