ASoC: neo1973_gta02_wm8753: Use gpio_request_array to request gpios
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 7 Mar 2011 07:04:57 +0000 (08:04 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 7 Mar 2011 12:19:42 +0000 (12:19 +0000)
commitb7874e4490aa201be2f904ffd8bb88a7b9970c6a
tree5f3beafa804d7ae25766a517f00b92463cdb068a
parentda70a3e926b9d8456240ede505c8854d89c90e49
ASoC: neo1973_gta02_wm8753: Use gpio_request_array to request gpios

Using gpio_request_array instead of requesting and setting up each gpio by hand
makes the code more readable and more compact.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/samsung/neo1973_gta02_wm8753.c