Input: soc_button_array - update calls to gpiod_get*()
authorAlexandre Courbot <acourbot@nvidia.com>
Thu, 23 Oct 2014 15:53:13 +0000 (08:53 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 24 Oct 2014 21:54:44 +0000 (14:54 -0700)
commit4668546f99df6413be19d370c448c6b4b37fb5bc
tree7f1cdf6cc82e4a6127524713793ec12ad21da6c3
parent4dfb15cd5aaa6682e93854a74b394a1c95b82621
Input: soc_button_array - update calls to gpiod_get*()

Add the new flags argument to calls of (devm_)gpiod_get*().

Currently both forms (with or without the flags argument) are valid thanks
to transitional macros in <linux/gpio/consumer.h>. These macros will be
removed once all consumers are updated and the flags argument will become
compulsory.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/soc_button_array.c