Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233585
b: refs/heads/master
c: 1d64b65
h: refs/heads/master
i:
  233583: 7a68100
v: v3
  • Loading branch information
Dmitry Torokhov committed Feb 23, 2011
1 parent c793b68 commit 5fc2c7b
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 9bb794ae0509f39abad6593793ec86d490bad31b
refs/heads/master: 1d64b655dc083df5c5ac39945ccbbc6532903bf1
2 changes: 1 addition & 1 deletion trunk/drivers/input/gameport/gameport.c
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ static int gameport_queue_event(void *object, struct module *owner,
event->owner = owner;

list_add_tail(&event->node, &gameport_event_list);
schedule_work(&gameport_event_work);
queue_work(system_long_wq, &gameport_event_work);

out:
spin_unlock_irqrestore(&gameport_event_lock, flags);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/input/serio/serio.c
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ static int serio_queue_event(void *object, struct module *owner,
event->owner = owner;

list_add_tail(&event->node, &serio_event_list);
schedule_work(&serio_event_work);
queue_work(system_long_wq, &serio_event_work);

out:
spin_unlock_irqrestore(&serio_event_lock, flags);
Expand Down

0 comments on commit 5fc2c7b

Please sign in to comment.