]> git.sur5r.net Git - u-boot/commit
s5pc1xx: gpio: bug fix at gpio_set_pull function
authorMinkyu Kang <mk7.kang@samsung.com>
Fri, 28 May 2010 03:34:29 +0000 (12:34 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Mon, 31 May 2010 00:19:39 +0000 (09:19 +0900)
commitdb3ff917e3a12dd4d46fd5a88ae9593f05182be4
tree2d2244d2645022527873a9510aaa95986f020dfb
parent922d27b596c179c5a7d68abe45ede5adb1b6589c
s5pc1xx: gpio: bug fix at gpio_set_pull function

When set to PULL_NONE, gpio_set_pull function is returned without write the register.
This patch fixed it.

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
drivers/gpio/s5p_gpio.c