]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd056f5552bef0355324a59ddeb7dc619ba1cc11b
tree5eca36b50486b7748237b99ca4d06965877b2825
parent19ab1598a380456bf830fe31c3cbf7ddd06d4282
HSI: nokia-modem: use flags argument of devm_gpiod_get to set direction

Since 5767dae43dee (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