commit | d1d2f83f850e7d57a220fa2c7ce7f0bd5ed6c16d | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Wed Apr 24 10:40:00 2013 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon May 13 17:50:05 2013 -0400 |
tree | 53958e7ba141179c5623d5316b1a00df641d117a | |
parent | 641f064e5df6fb3aaeb6256031a153a5efb16ca6 [diff] |
staging: cptm1217: don't call input_free_device() after input_unregister_device() input_free_device() should only be used if input_register_device() was not called yet or if it failed. Once device was unregistered use input_unregister_device() and memory will be freed once last reference to the device is dropped. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>