gpio: TS-4800: remove useless bgpio_init flags
authorJulien Grossholtz <julien.grossholtz@savoirfairelinux.com>
Wed, 10 Feb 2016 17:20:34 +0000 (12:20 -0500)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 15 Feb 2016 23:20:03 +0000 (00:20 +0100)
commit047b2f62cda57eba73751b29f3cf3ef6d17ae84f
tree6457e0fb36fd5f9b0a87089dcbd9e93eb26cd9da
parent43c54ecade400cf6ca8203f960b525fbe5b73a13
gpio: TS-4800: remove useless bgpio_init flags

No flags are required for bgpio_init in the TS-4800 gpio driver. This
patch set zero instead. The driver will have the same behaviour since
the & operator between the flags already resulted to zero.

Fixes: 5041e791440a ("gpio: add TS-4800 fpga GPIO support")
Signed-off-by: Julien Grossholtz <julien.grossholtz@savoirfairelinux.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-ts4800.c
This page took 0.025272 seconds and 5 git commands to generate.