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

Commit bcb3a70c 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 c7e35bcd 272c6ea1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -398,7 +398,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);