From a0b148b4232472f5c046ace203b7856f51564d70 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Wed, 30 Apr 2014 09:50:40 -0300 Subject: [PATCH] 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-format-patch failed