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

Commit 9a13c888 authored by Amine Najahi's avatar Amine Najahi
Browse files

msm/sde/rotator: reduce log level of sde_rotator_footswitch_ctrl



Reduce the log level when handling a consecutive call to
sde_rotator_footswitch_ctrl as it is not really an
error.

Change-Id: Id7730987791775d1c576ce38c8dc6e5b2b020aa3
Signed-off-by: default avatarAmine Najahi <anajahi@codeaurora.org>
parent 74ca2d03
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -303,7 +303,7 @@ static int sde_rotator_footswitch_ctrl(struct sde_rot_mgr *mgr, bool on)
	int ret = 0;

	if (mgr->regulator_enable == on) {
		SDEROT_ERR("Regulators already in selected mode on=%d\n", on);
		SDEROT_DBG("Regulators already in selected mode on=%d\n", on);
		return 0;
	}