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