net: rfkill: gpio: make better use of gpiod API
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Thu, 28 May 2015 09:46:12 +0000 (11:46 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 29 May 2015 11:13:45 +0000 (13:13 +0200)
commit1dc1848856e253d40e5721b976626c75051bbca6
tree3017e3f93d68b1ccdceb51a3cb752a5ce7408486
parentca946384f444d52ac423c729b11663bbd2493827
net: rfkill: gpio: make better use of gpiod API

Since f9251f4c2347 (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: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/rfkill/rfkill-gpio.c