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

Commit 519bbdb3 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: Do not reset the play duration to '0'"

parents 797e0b53 0c3dcec0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -391,7 +391,6 @@ static ssize_t qpnp_vib_set_activate(struct device *dev,
				 (vib->vib_play_ms % 1000) * 1000000),
					HRTIMER_MODE_REL);
	}
	vib->vib_play_ms = 0;
	mutex_unlock(&vib->lock);
	schedule_work(&vib->work);