Re: [PATCH V2 1/7] watchdog: at32ap700x_wdt: use devm_*() functions

2013-05-25 Thread Wim Van Sebroeck
Hi Jingoo, > Use devm_*() functions to make cleanup paths simpler. > > Acked-by: Guenter Roeck > Signed-off-by: Jingoo Han Patch added to linux-watchdog-next. Kind regards, Wim. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@v

[PATCH V2 1/7] watchdog: at32ap700x_wdt: use devm_*() functions

2013-04-29 Thread Jingoo Han
Use devm_*() functions to make cleanup paths simpler. Acked-by: Guenter Roeck Signed-off-by: Jingoo Han --- No changes since v1: drivers/watchdog/at32ap700x_wdt.c | 12 1 files changed, 4 insertions(+), 8 deletions(-) diff --git a/drivers/watchdog/at32ap700x_wdt.c b/drivers/wa