commit | 94641cb833ad4c4aecbaa38bf1a96ea2fea8ed61 | [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 | bcab1378020adf2124d0eb2881f29624cd001820 [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>