From: Fabio Estevam Date: Thu, 24 Apr 2014 17:13:08 +0000 (-0300) Subject: ASoC: sgtl5000: Use devm_regulator_bulk_get() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~21^2~52^2~1^4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63e54cd9caa3ce03635810608519e2b37d8bc706;p=pandora-kernel.git ASoC: sgtl5000: Use devm_regulator_bulk_get() Using devm_regulator_bulk_get() can make the code cleaner and smaller as we do not need to call regulator_bulk_free() in the error and remove paths. Signed-off-by: Fabio Estevam Signed-off-by: Mark Brown --- Reading git-diff-tree failed