[PATCH RESEND 5/7] watchdog: rc32434_wdt: use devm_ioremap_nocache() functions

2013-05-01 Thread Jingoo Han
Use devm_ioremap_nocache() functions to make cleanup paths simpler. Signed-off-by: Jingoo Han --- drivers/watchdog/rc32434_wdt.c | 10 +++--- 1 files changed, 3 insertions(+), 7 deletions(-) diff --git a/drivers/watchdog/rc32434_wdt.c b/drivers/watchdog/rc32434_wdt.c index f78bc00..9cf6bc

Re: [PATCH RESEND 5/7] watchdog: rc32434_wdt: use devm_ioremap_nocache() functions

2013-04-29 Thread Guenter Roeck
On Mon, Apr 29, 2013 at 06:35:53PM +0900, Jingoo Han wrote: > Use devm_ioremap_nocache() functions to make cleanup paths simpler. > > Signed-off-by: Jingoo Han Reviewed-by: Guenter Roeck -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to major

[PATCH RESEND 5/7] watchdog: rc32434_wdt: use devm_ioremap_nocache() functions

2013-04-29 Thread Jingoo Han
Use devm_ioremap_nocache() functions to make cleanup paths simpler. Signed-off-by: Jingoo Han --- drivers/watchdog/rc32434_wdt.c | 10 +++--- 1 files changed, 3 insertions(+), 7 deletions(-) diff --git a/drivers/watchdog/rc32434_wdt.c b/drivers/watchdog/rc32434_wdt.c index f78bc00..9cf6bc