From: Dmitry Torokhov Date: Thu, 14 Sep 2006 05:32:14 +0000 (-0400) Subject: Input: fix input module refcounting X-Git-Tag: v2.6.19-rc1~375^2~8 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=655816e49867082d13ece0da31d76e12cc0de4a5;p=pandora-kernel.git 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 --- Reading git-diff-tree failed