Re: [PATCH V2 2/7] watchdog: bcm63xx_wdt: use devm_ioremap_nocache()

2013-05-25 Thread Wim Van Sebroeck
Hi Jingoo, > Use devm_ioremap_nocache() to make cleanup paths simpler. > > Reviewed-by: Guenter Roeck > Signed-off-by: Jingoo Han > --- > No changes since v1: > > drivers/watchdog/bcm63xx_wdt.c |9 - > 1 files changed, 4 insertions(+), 5 deletions(-) Patch added to linux-watchdog

Re: [PATCH V2 2/7] watchdog: bcm63xx_wdt: use devm_ioremap_nocache()

2013-04-30 Thread Florian Fainelli
Le mardi 30 avril 2013 07:00:33, Jingoo Han a écrit : > Use devm_ioremap_nocache() to make cleanup paths simpler. > > Reviewed-by: Guenter Roeck > Signed-off-by: Jingoo Han Acked-by: Florian Fainelli -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a me

[PATCH V2 2/7] watchdog: bcm63xx_wdt: use devm_ioremap_nocache()

2013-04-29 Thread Jingoo Han
Use devm_ioremap_nocache() to make cleanup paths simpler. Reviewed-by: Guenter Roeck Signed-off-by: Jingoo Han --- No changes since v1: drivers/watchdog/bcm63xx_wdt.c |9 - 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/watchdog/bcm63xx_wdt.c b/drivers/watch