]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: gpio: Correct calls to _ich6_gpio_set_direction()
authorSimon Glass <sjg@chromium.org>
Sat, 22 Aug 2015 21:58:58 +0000 (15:58 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 26 Aug 2015 14:54:15 +0000 (07:54 -0700)
commite7cc0b6f006e547e86b111187d192ea8211c7576
treeba09479686d65bcc4c1090d6251868f6a06ddb9e
parent86645c893297e67ae3472a89f4e10e8d57c82975
x86: gpio: Correct calls to _ich6_gpio_set_direction()

These calls seem to be incorrect. The function expects an I/O address but
the existing callers pass the value at an I/O address. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/gpio/intel_ich6_gpio.c