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

Commit 762c944a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Revert "leds: leds-qpnp-wled: reset WLED enable register in wled probe""

parents 3994a16d d359b5d2
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -1569,12 +1569,6 @@ static int qpnp_wled_probe(struct spmi_device *spmi)

	gwled = wled;

	rc = qpnp_wled_module_en(wled, wled->ctrl_base, false);
	if (rc) {
		dev_err(&spmi->dev, "wled disable failed(%d)\n", rc);
		return rc;
	}

	return 0;

sysfs_fail: