ASoC: rx51: use flags argument of devm_gpiod_get to set direction
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Tue, 19 May 2015 07:48:08 +0000 (09:48 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 20 May 2015 18:08:05 +0000 (19:08 +0100)
commit0a8ba6eeb6501a77619f49440c85dad14fe9c7a2
tree02d6e2390f83c199ff63364e94d85e3961a7208f
parent5edf1e06927caba17ffa4489f2d81700cc932969
ASoC: rx51: use flags argument of devm_gpiod_get to set direction

Since 39b2bbe3d715 (gpio: add flags argument to gpiod_get*() functions)
which appeared in v3.17-rc1, the gpiod_get* functions take an additional
parameter that allows to specify direction and initial value for output.

Use this to simplify the driver. Furthermore this is one caller less
that stops us making the flags argument to gpiod_get*() mandatory.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Jarkko Nikula <jarkko.nikula@bitmer.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/omap/rx51.c