commit | cb5faba951142fc00c41b680eec7003f21947b92 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Thu Nov 22 10:40:29 2012 +0530 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Fri Nov 23 12:03:17 2012 +0100 |
tree | 35717f6a04d9c837a12e6bb420984df64d99684b | |
parent | 0c418844dce21fa7000b51190f393c7d6a7ee12d [diff] |
mfd: stmpe: Use devm_*() routines This patch frees stmpe driver from tension 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> Acked-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>