OSDN Git Service

power_supply: bq24257: use flags argument of devm_gpiod_get
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Fri, 12 Jun 2015 08:54:04 +0000 (10:54 +0200)
committerSebastian Reichel <sre@kernel.org>
Sat, 13 Jun 2015 02:06:38 +0000 (04:06 +0200)
commite31cd7824d054d30ffc9f45550343123bc437e17
treefc389a60efd30259daf8bbef8b95a82e7a411e54
parent0007fa362a88f09a1b3e073434c83d35cc1e1e1c
power_supply: bq24257: use flags argument of devm_gpiod_get

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. 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>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
drivers/power/bq24257_charger.c