Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19286
b: refs/heads/master
c: 5ae08f8
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and Dmitry Torokhov committed Jan 30, 2006
1 parent 0bea435 commit caf6bdd
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: a3f3f3176686ada02d9eb5e4a6d7dff1ee13396c
refs/heads/master: 5ae08f80ec5b2b08dd2f76a166140dd156fb31a1
2 changes: 1 addition & 1 deletion trunk/drivers/input/joystick/iforce/iforce-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ int iforce_init_device(struct iforce *iforce)
int i;

input_dev = input_allocate_device();
if (input_dev)
if (!input_dev)
return -ENOMEM;

init_waitqueue_head(&iforce->wait);
Expand Down

0 comments on commit caf6bdd

Please sign in to comment.