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

Commit ea3696b8 authored by Gilad Avidov's avatar Gilad Avidov
Browse files

spmi-pmic-arb: clean klog



Demote an error msg to dbg one to keep log clean.

Change-Id: Ia704c6ead529805dbc2f66da844a1e86be198a7d
Signed-off-by: default avatarGilad Avidov <gavidov@codeaurora.org>
parent d7842528
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -707,7 +707,7 @@ static int pmic_arb_pic_disable(struct spmi_controller *ctrl,
	unsigned long flags;
	u32 status;

	dev_err(pmic_arb->dev, "PIC disable, apid:0x%x, sid:0x%x, pid:0x%x\n",
	dev_dbg(pmic_arb->dev, "PIC disable, apid:0x%x, sid:0x%x, pid:0x%x\n",
				apid, spec->slave, spec->per);

	if (data < pmic_arb->min_apid || data > pmic_arb->max_apid) {