Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282413
b: refs/heads/master
c: 566cf5b
h: refs/heads/master
i:
  282411: ec5d76f
v: v3
  • Loading branch information
Dima Zavin authored and Dmitry Torokhov committed Dec 30, 2011
1 parent dcc4197 commit 47ceeb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 36a281e25276f2d138bbbca4170d11453323cce1
refs/heads/master: 566cf5b6e34504aaccb76167ecccd7e7e69e6456
2 changes: 1 addition & 1 deletion trunk/drivers/input/evdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ static int evdev_fetch_next_event(struct evdev_client *client,

spin_lock_irq(&client->buffer_lock);

have_event = client->head != client->tail;
have_event = client->packet_head != client->tail;
if (have_event) {
*event = client->buffer[client->tail++];
client->tail &= client->bufsize - 1;
Expand Down

0 comments on commit 47ceeb4

Please sign in to comment.