Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183121
b: refs/heads/master
c: 3d7bbd4
h: refs/heads/master
i:
  183119: 7e9ea27
v: v3
  • Loading branch information
Dmitry Torokhov committed Feb 4, 2010
1 parent 3fb1d14 commit d53e84e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: daf8a96b2d4a5d4d1d288831be43457c84c55a2f
refs/heads/master: 3d7bbd4575cfb23e6ef7368fff1f7d7e198b7930
2 changes: 2 additions & 0 deletions trunk/drivers/input/evdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,8 @@ static int evdev_open(struct inode *inode, struct file *file)
goto err_free_client;

file->private_data = client;
nonseekable_open(inode, file);

return 0;

err_free_client:
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/input/joydev.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,8 @@ static int joydev_open(struct inode *inode, struct file *file)
goto err_free_client;

file->private_data = client;
nonseekable_open(inode, file);

return 0;

err_free_client:
Expand Down

0 comments on commit d53e84e

Please sign in to comment.