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

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

Merge "pwm: pwm-qpnp: Fix uninitialized variable use"

parents 22b400ed 8b42673d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1475,7 +1475,7 @@ static void qpnp_pwm_disable(struct pwm_chip *pwm_chip,
 */
int pwm_change_mode(struct pwm_device *pwm, enum pm_pwm_mode mode)
{
	int rc;
	int rc = 0;
	unsigned long flags;
	struct qpnp_pwm_chip *chip;