git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66e6611
)
Input: fix input module refcounting
author
Dmitry Torokhov
<dtor@insightbb.com>
Thu, 14 Sep 2006 05:32:14 +0000
(
01:32
-0400)
committer
Dmitry Torokhov
<dtor@insightbb.com>
Thu, 14 Sep 2006 05:32:14 +0000
(
01:32
-0400)
Now that input_free_device is basically an alias for input_put_device
we need to acquire a reference to input module right when we allocate
device because input_dev_release releases reference to input module
unconditionally.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
No differences found