]> Git Repo - linux.git/commit
net: smc91x: make use of 4th parameter to devm_gpiod_get_index
authorUwe Kleine-König <[email protected]>
Thu, 26 Mar 2015 21:26:08 +0000 (22:26 +0100)
committerDavid S. Miller <[email protected]>
Sun, 29 Mar 2015 20:05:53 +0000 (13:05 -0700)
commitcb6e0b3690f48dffb9397c3e868164b689420441
treea25988482c05c81ebde78009ceea9d673060c453
parent7c3877f275ee6b479fa828947811c76d431501ca
net: smc91x: make use of 4th parameter to 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 accordingly.

Moreover use devm_gpiod_get_index_optional for still simpler handling.

Signed-off-by: Uwe Kleine-König <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/smsc/smc91x.c
This page took 0.044194 seconds and 4 git commands to generate.