Home
last modified time | relevance | path

Searched hist:cb5faba951142fc00c41b680eec7003f21947b92 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/mfd/
H A Dstmpe.cdiff cb5faba951142fc00c41b680eec7003f21947b92 Thu Nov 22 06:10:29 CET 2012 Viresh Kumar <viresh.kumar@linaro.org> 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>