]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: merrifield: Don't use GPIOF_DIR_IN / GPIOF_DIR_OUT
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 23 Mar 2017 12:56:32 +0000 (14:56 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 23 Mar 2017 13:06:46 +0000 (14:06 +0100)
commitca0d3f603a96ad7dfe8086d4987b90194e304ae3
treea3c9a2e527a8ec32fade345bd3347c6b82d90696
parenta64c86cc4fbc7b26e7e726c9533133506b4d8e3d
gpio: merrifield: Don't use GPIOF_DIR_IN / GPIOF_DIR_OUT

The mentioned flags are dedicated solely for consumer API.
Replace them by explicit values.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
[Made a !bang clamp to (0,1) instead of infix ? operator]
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-merrifield.c