Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288310
b: refs/heads/master
c: 02dfc49
h: refs/heads/master
v: v3
  • Loading branch information
Heiko Stübner authored and Dmitry Torokhov committed Feb 24, 2012
1 parent 6a3a1a0 commit 26e71e3
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: 68513a4c5fe68938350cf2c56d97946e49f014e1
refs/heads/master: 02dfc496800dfaf17b650256642f3df86653fe97
2 changes: 1 addition & 1 deletion trunk/drivers/input/evdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ static ssize_t evdev_write(struct file *file, const char __user *buffer,
struct evdev_client *client = file->private_data;
struct evdev *evdev = client->evdev;
struct input_event event;
int retval;
int retval = 0;

if (count < input_event_size())
return -EINVAL;
Expand Down

0 comments on commit 26e71e3

Please sign in to comment.