commit | 4734e39064219fca321ddbc930b46e7c3c194143 | [log] [tgz] |
---|---|---|
author | Himangi Saraogi <himangi774@gmail.com> | Mon Jul 21 13:55:35 2014 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jul 22 16:28:11 2014 -0700 |
tree | 417fed86b2900eb0ae3c6e329a398ed63feed10b | |
parent | 0178a7a54d408d2c5b7bbe7eee9450bffbec0989 [diff] |
misc: bh1770glc: Use managed functions This patch introduces the use of managed interfaces like devm_kzalloc, devm_regulator_bulk_get and does away with the functions to free the allocated memory in the probe and remove functions. Also, some labels are removed and renamed to preserve the ordering. Signed-off-by: Himangi Saraogi <himangi774@gmail.com> Acked-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>