gpio: intel_ich6: Set correct gpio output value in ich6_gpio_direction_output()
authorAxel Lin <axel.lin@ingics.com>
Sun, 7 Dec 2014 04:48:27 +0000 (12:48 +0800)
committerSimon Glass <sjg@chromium.org>
Sat, 13 Dec 2014 22:08:04 +0000 (15:08 -0700)
commit0a54745fc2537cbbd9d9e405086cfff39d37c55e
treed8d6fa020e5c870ac2157740ee7d29c61cb545bd
parent15c7c6b31ad8742bd6e63be35f82193895ff8bdd
gpio: intel_ich6: Set correct gpio output value in ich6_gpio_direction_output()

Current code does not set gpio output value in ich6_gpio_direction_output(),
fix it.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/gpio/intel_ich6_gpio.c