commit | e7cc0b6f006e547e86b111187d192ea8211c7576 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Aug 22 15:58:58 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 26 07:54:15 2015 -0700 |
tree | ba09479686d65bcc4c1090d6251868f6a06ddb9e | |
parent | 86645c893297e67ae3472a89f4e10e8d57c82975 [diff] |
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>