Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178651
b: refs/heads/master
c: 25ae083
h: refs/heads/master
i:
  178649: e50196b
  178647: 706cbbf
v: v3
  • Loading branch information
Jari Vanhala authored and Dmitry Torokhov committed Dec 25, 2009
1 parent 586ae64 commit 87e486b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ea486e681188d64c6a101d8d06414aef0f9f0cd3
refs/heads/master: 25ae08317647c68ed9276f7bdc07d0d5fd042628
6 changes: 2 additions & 4 deletions trunk/drivers/input/ff-memless.c
Original file line number Diff line number Diff line change
Expand Up @@ -411,19 +411,17 @@ static int ml_ff_playback(struct input_dev *dev, int effect_id, int value)
msecs_to_jiffies(state->effect->replay.length);
state->adj_at = state->play_at;

ml_schedule_timer(ml);

} else {
debug("initiated stop");

if (test_bit(FF_EFFECT_PLAYING, &state->flags))
__set_bit(FF_EFFECT_ABORTING, &state->flags);
else
__clear_bit(FF_EFFECT_STARTED, &state->flags);

ml_play_effects(ml);
}

ml_play_effects(ml);

return 0;
}

Expand Down

0 comments on commit 87e486b

Please sign in to comment.