From: Fabio Estevam Date: Wed, 30 Apr 2014 12:50:40 +0000 (-0300) Subject: ASoC: wm8985: Use devm_regulator_bulk_get() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~21^2~52^2^6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0b148b4232472f5c046ace203b7856f51564d70;p=pandora-kernel.git ASoC: wm8985: 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