commit | 2bd942f90a6021d5d9f49c28663f38f5b575a818 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Fri Nov 09 23:56:59 2012 -0800 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Sat Nov 10 00:30:48 2012 -0800 |
tree | 62c2205f43471f50c75571ab19a8a0bbfcce4a1e | |
parent | aaa4f2a7f6cce4485dc60063a56e210761f5a0c8 [diff] |
Input: stmpe-ts - switch to using managed resources This patch frees stmpe-ts driver from burden of freeing resources :) devm_* derivatives of multiple routines are used while allocating resources, which would be freed automatically by kernel. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>