HSI: nokia-modem: use flags argument of devm_gpiod_get to set direction
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Mon, 8 Jun 2015 09:53:45 +0000 (11:53 +0200)
committerSebastian Reichel <sre@kernel.org>
Tue, 23 Jun 2015 00:40:03 +0000 (02:40 +0200)
commitf451e76f896922137f8316cb071ae2cab78091ad
tree5eca36b50486b7748237b99ca4d06965877b2825
parent505875e12a6c3bf08f333d1dba59e5e14f883c05
HSI: nokia-modem: 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: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
drivers/hsi/clients/nokia-modem.c