commit | 8a26f5d18d45d49ff38ad2ddfed9c783dd2a19ab | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Thu Sep 02 19:52:37 2010 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Thu Sep 02 20:12:42 2010 -0700 |
tree | 4e61dff558320a44cab81ba83b8120ce99cfd2f3 | |
parent | 98417884477eb3c2d9c19a69c070f7f347af6d76 [diff] |
Input: tps6507x-ts - properly unregister input device on removal Once device is registered we should call input_unregister_device() instead of input_free_device(). Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>