From: Jingoo Han Date: Mon, 29 Apr 2013 09:31:20 +0000 (+0900) Subject: watchdog: wm831x_wdt: use devm_gpio_request_one() X-Git-Tag: v3.11-rc1~15^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a5da030c6ecdd6229f079902a17e641c7f2fbd6;p=pandora-kernel.git watchdog: wm831x_wdt: use devm_gpio_request_one() 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 Reviewed-by: Guenter Roeck Signed-off-by: Wim Van Sebroeck --- Reading git-diff-tree failed