commit | ad83533a634b82c3a291e8a00c778bb6bcd7862b | [log] [tgz] |
---|---|---|
author | Himangi Saraogi <himangi774@gmail.com> | Sat Jul 19 14:00:10 2014 +0530 |
committer | Lee Jones <lee.jones@linaro.org> | Fri Jul 25 15:31:47 2014 +0100 |
tree | 3e79d86d45474f6419fc8dde65b48957cc291717 | |
parent | 23213218cb08d6de62996aab2241a3251ebbce70 [diff] |
mfd: tps6105x: Use managed resources when allocating memory This patch introduces the use of devm_kzalloc instead of the corresponding unmanaged version and does away with the kfrees in the probe and remove functions. Also, a label is done away with. Signed-off-by: Himangi Saraogi <himangi774@gmail.com> Acked-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Lee Jones <lee.jones@linaro.org>