commit | 655816e49867082d13ece0da31d76e12cc0de4a5 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dtor@insightbb.com> | Thu Sep 14 01:32:14 2006 -0400 |
committer | Dmitry Torokhov <dtor@insightbb.com> | Thu Sep 14 01:32:14 2006 -0400 |
tree | 6217dd7134def6cccdc90d41491c87c32591a2f4 | |
parent | 66e66118837ed95a299328437c2d9fb4b5137352 [diff] |
Input: fix input module refcounting 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>