]> git.kernelconcepts.de Git - karo-tx-uboot.git/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)
committerTom <Tom@bumblecow.com>
Mon, 14 Jun 2010 23:15:20 +0000 (18:15 -0500)
commitffb4b02554d9972d66502efbe97b3933620c8a31
tree237e155fa63e1b675cfb4bc115c71212a74aa020
parent9268236529161312c877e638a14c011fd3c883e1
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