commit | 4668546f99df6413be19d370c448c6b4b37fb5bc | [log] [tgz] |
---|---|---|
author | Alexandre Courbot <acourbot@nvidia.com> | Thu Oct 23 08:53:13 2014 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Fri Oct 24 14:54:44 2014 -0700 |
tree | 7f1cdf6cc82e4a6127524713793ec12ad21da6c3 | |
parent | 4dfb15cd5aaa6682e93854a74b394a1c95b82621 [diff] |
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>