From 63e54cd9caa3ce03635810608519e2b37d8bc706 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Thu, 24 Apr 2014 14:13:08 -0300 Subject: [PATCH] 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-format-patch failed