commit | f64c3052b62ca6684f43f923dcc19fefcc8606c2 | [log] [tgz] |
---|---|---|
author | Himangi Saraogi <himangi774@gmail.com> | Tue Jan 07 22:19:00 2014 +0000 |
committer | Jonathan Cameron <jic23@kernel.org> | Mon Jul 07 18:12:02 2014 +0100 |
tree | eef71003ef01faac3878c03b160556a28ac1a24f | |
parent | 744966d6dc7d9945d8b9cc511d98a0ec5aeee9ed [diff] |
iio:trigger: Introduce the use of devm_kzalloc This patch introduces the use of the managed version of kzalloc and removes the kfrees in the probe and remove functions. More return paths are added and the labels are renamed to order them. Signed-off-by: Himangi Saraogi <himangi774@gmail.com> Acked-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>