commit | 6b1a7c9ecde434adb515e1c9a89a579a6feb3070 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Tue May 24 14:39:47 2016 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Mon May 30 09:42:37 2016 +0200 |
tree | 2190c328880c79ad3db35a3199a89b2268a52165 | |
parent | 1a695a905c18548062509178b98bc91e67510864 [diff] |
pinctrl: nomadik: fix inversion of gpio direction The input/output directions were inversed on the GPIO direction read function. Loose a ! and it is correct. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>