]> git.karo-electronics.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 09:29:47 +0000 (11:29 +0200)
commit27b210c28dde64a372385b7b0608bb97873fe012
tree0cb81013bf3bec52a104fd1478508075e373ae82
parentcbb2f2785439e17ddd03a0b1d70918d7fba2060a
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