25 Apr
2014
25 Apr
'14
8:39 a.m.
On 04/25/2014 04:27 AM, Fabio Estevam wrote:
From: Fabio Estevam fabio.estevam@freescale.com
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 fabio.estevam@freescale.com
sound/soc/codecs/c.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/sound/soc/codecs/wm8731.c b/sound/soc/codecs/wm8731.c index 763b265..5ada616 100644 --- a/sound/soc/codecs/wm8731.c +++ b/sound/soc/codecs/wm8731.c
Patch title, c.c (?) and wm8731.c doesn't match.
--
Jarkko