Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d14f8174 authored by Nishanth Menon's avatar Nishanth Menon Committed by Tony Lindgren
Browse files

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: default avatarNishanth Menon <nm@ti.com>
Signed-off-by: default avatarKevin Hilman <khilman@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 34549009
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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"