commit | 6102752eb354cca8fb751d8bace2c1ad4efffdde | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Thu Nov 08 21:41:24 2012 -0800 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Sat Nov 10 00:29:55 2012 -0800 |
tree | ea1ea70a1f859c3899526e5c3c479d7c027c3d77 | |
parent | 1eee4af30e9261114e6e4e3576f130780124d7be [diff] |
Input: spear-keyboard - switch to using managed resources This patch frees spear-keyboard 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>