Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174250
b: refs/heads/master
c: 381f3f1
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Torokhov committed Nov 23, 2009
1 parent a2178f4 commit e80f494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: f5f96b93e745dd054110d511779e7ec5cfdfdfe6
refs/heads/master: 381f3f1ccf380d4d3c46987d04c199842d4c6e1f
3 changes: 1 addition & 2 deletions trunk/drivers/input/input-polldev.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ static int input_open_polled_device(struct input_dev *input)
if (dev->open)
dev->open(dev);

queue_delayed_work(polldev_wq, &dev->work,
msecs_to_jiffies(dev->poll_interval));
queue_delayed_work(polldev_wq, &dev->work, 0);

return 0;
}
Expand Down

0 comments on commit e80f494

Please sign in to comment.