From: Himangi Saraogi Date: Mon, 21 Jul 2014 08:25:35 +0000 (+0530) Subject: misc: bh1770glc: Use managed functions X-Git-Tag: omap-for-v3.17/fixes-against-rc2~168^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4734e39064219fca321ddbc930b46e7c3c194143;p=pandora-kernel.git 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 Acked-by: Julia Lawall Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed