]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Input: tsc2005 - convert driver to use devm_*
authorSebastian Reichel <sre@kernel.org>
Sat, 26 Apr 2014 04:50:21 +0000 (21:50 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 26 Apr 2014 05:07:36 +0000 (22:07 -0700)
commita560ef5ef07a8bc363bec7eef3f0dc2270bcbed3
tree0a7fcc822b2a7de6494471153d83cd945f01749d
parenta34c9b6b50d4dde919868f51c48ea756dcc62d65
Input: tsc2005 - convert driver to use devm_*

Simplify the driver by using managed resources for memory allocation of
internal structure, input device allocation and irq request.

Signed-off-by: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/tsc2005.c