]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ASoC: max98357a: use flags argument of devm_gpiod_get to set direction
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Tue, 19 May 2015 06:58:09 +0000 (08:58 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 20 May 2015 18:07:51 +0000 (19:07 +0100)
commit5edf1e06927caba17ffa4489f2d81700cc932969
tree5c2437e228074ecbf5a7e381cb4e58130d8ea220
parent1137e58069ac8ce8df5d691f340b7e184616c84a
ASoC: max98357a: 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: Kenneth Westfield <kwestfie@codeaurora.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/max98357a.c