From: Fabio Estevam Date: Fri, 25 Apr 2014 01:27:03 +0000 (-0300) Subject: ASoC: tlv320dac33: Use devm_regulator_bulk_get() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~21^2~52^2~1^9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9382e3b7a048d4cfc39139caa86b755a74d4da8;p=pandora-kernel.git ASoC: tlv320dac33: 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