diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2015-06-12 09:04:55 +0200 |
---|---|---|
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2015-07-06 10:10:22 +0200 |
commit | 3bfe76806f705a24b82bc43c84c8506f3a44f77b (patch) | |
tree | 58b3c812f3cb3169676afe911cc6cd8305ee06aa /drivers/phy | |
parent | media: i2c/adp1653: set enable gpio to output (diff) | |
download | linux-3bfe76806f705a24b82bc43c84c8506f3a44f77b.tar.xz linux-3bfe76806f705a24b82bc43c84c8506f3a44f77b.zip |
NFC: nxp-nci_i2c: use flags argument of devm_gpiod_get_index
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.
Simplify driver accordingly which even makes error checking more correct
because gpiod_direction_{in,out}put might fail. Furthermore this is one
caller less that stops us making the flags argument to gpiod_get*()
mandatory.
Acked-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'drivers/phy')
0 files changed, 0 insertions, 0 deletions