[RESEND PATCH 2/3] watchdog: lantiq_wdt: Remove the un-necessary check of resource after platform_get_resource()

2014-07-16 Thread George Cherian
devm_ioremap_resource() checks for valid resource. Remove the un-necessary check after platform_get_resource(). Signed-off-by: George Cherian Reviewed-by: Guenter Roeck --- drivers/watchdog/lantiq_wdt.c | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/watchdog/lantiq_wdt.c b/driv

Re: [PATCH 2/3] watchdog: lantiq_wdt: Remove the un-necessary check of resource after platform_get_resource()

2014-06-10 Thread Guenter Roeck
On Tue, Jun 10, 2014 at 10:10:07AM +0530, George Cherian wrote: > devm_ioremap_resource() checks for valid resource. > Remove the un-necessary check after platform_get_resource(). > > Signed-off-by: George Cherian Reviewed-by: Guenter Roeck -- To unsubscribe from this list: send the line "unsub

[PATCH 2/3] watchdog: lantiq_wdt: Remove the un-necessary check of resource after platform_get_resource()

2014-06-09 Thread George Cherian
devm_ioremap_resource() checks for valid resource. Remove the un-necessary check after platform_get_resource(). Signed-off-by: George Cherian --- drivers/watchdog/lantiq_wdt.c | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/watchdog/lantiq_wdt.c b/drivers/watchdog/lantiq_wdt.c in