Skip to content
Commit f7959e9c authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Johannes Berg
Browse files

net: rfkill: gpio: make better use of gpiod API

Since 39b2bbe3

 (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.

Furthermore there is devm_gpiod_get_optional which is designed to get
optional gpios.

Simplify driver accordingly.

Note this makes error checking more strict because only -ENOENT is
ignored when searching for the GPIOs which is good.

Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 6cbfb1bb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment