Re: [PATCH] watchdog: remove error message when unable to allocate watchdog device

2016-05-14 Thread Wim Van Sebroeck
Hi Colin, > From: Colin Ian King > > The dev_err message is superfluous because the failure is already > printed by dev_kzalloc, so remove it. > > Signed-off-by: Colin Ian King > --- > drivers/watchdog/jz4740_wdt.c | 4 +--- > 1 file

Re: [PATCH] watchdog: remove error message when unable to allocate watchdog device

2016-05-14 Thread Wim Van Sebroeck
Hi Colin, > From: Colin Ian King > > The dev_err message is superfluous because the failure is already > printed by dev_kzalloc, so remove it. > > Signed-off-by: Colin Ian King > --- > drivers/watchdog/jz4740_wdt.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git

Re: [PATCH] watchdog: remove error message when unable to allocate watchdog device

2016-04-26 Thread Guenter Roeck
On 04/26/2016 10:18 AM, Colin King wrote: From: Colin Ian King The dev_err message is superfluous because the failure is already printed by dev_kzalloc, so remove it. Nitpick: devm_kzalloc Signed-off-by: Colin Ian King Reviewed-by:

Re: [PATCH] watchdog: remove error message when unable to allocate watchdog device

2016-04-26 Thread Guenter Roeck
On 04/26/2016 10:18 AM, Colin King wrote: From: Colin Ian King The dev_err message is superfluous because the failure is already printed by dev_kzalloc, so remove it. Nitpick: devm_kzalloc Signed-off-by: Colin Ian King Reviewed-by: Guenter Roeck Thanks, Guenter ---

[PATCH] watchdog: remove error message when unable to allocate watchdog device

2016-04-26 Thread Colin King
From: Colin Ian King The dev_err message is superfluous because the failure is already printed by dev_kzalloc, so remove it. Signed-off-by: Colin Ian King --- drivers/watchdog/jz4740_wdt.c | 4 +--- 1 file changed, 1 insertion(+), 3

[PATCH] watchdog: remove error message when unable to allocate watchdog device

2016-04-26 Thread Colin King
From: Colin Ian King The dev_err message is superfluous because the failure is already printed by dev_kzalloc, so remove it. Signed-off-by: Colin Ian King --- drivers/watchdog/jz4740_wdt.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/watchdog/jz4740_wdt.c