git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3a33a9
)
watchdog: wm831x_wdt: use devm_gpio_request_one()
author
Jingoo Han
<jg1.han@samsung.com>
Mon, 29 Apr 2013 09:31:20 +0000
(18:31 +0900)
committer
Wim Van Sebroeck
<wim@iguana.be>
Thu, 11 Jul 2013 19:05:02 +0000
(21:05 +0200)
Use devm_gpio_request_one() to make cleanup paths simpler.
Also, GPIOF_DIR_OUT | GPIOF_INIT_LOW is replaced with
GPIOF_OUT_INIT_LOW.
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
No differences found