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

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

Merge "leds: qpnp-vibrator-ldo: disable vibrator in suspend path"

parents 9e5ec713 d2c8b93b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -441,6 +441,7 @@ static int qpnp_vibrator_ldo_suspend(struct device *dev)
	}
	hrtimer_cancel(&chip->stop_timer);
	cancel_work_sync(&chip->vib_work);
	qpnp_vib_ldo_enable(chip, false);
	mutex_unlock(&chip->lock);

	return 0;