Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26356
b: refs/heads/master
c: 1a0ccec
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Torokhov committed Apr 26, 2006
1 parent 8b58fa1 commit ff59764
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f11a7c0935637c15416679bd347bbc4eac1ca740
refs/heads/master: 1a0ccece05efb8a9c04b1130c24a2652239f3bea
3 changes: 2 additions & 1 deletion trunk/include/linux/input.h
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,8 @@ static inline void input_put_device(struct input_dev *dev)

static inline void input_free_device(struct input_dev *dev)
{
input_put_device(dev);
if (dev)
input_put_device(dev);
}

int input_register_device(struct input_dev *);
Expand Down

0 comments on commit ff59764

Please sign in to comment.