diff options
Diffstat (limited to 'arch/arm/mach-omap2')
-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" |