Re: [04/12] watchdog: sp5100_tco: Use standard error codes

2018-01-16 Thread Lyude Paul
On Sun, 2017-12-24 at 13:04 -0800, Guenter Roeck wrote: > By using standard error codes, we can identify and return more than one > error condition. > > Cc: Zoltán Böszörményi > Signed-off-by: Guenter Roeck Reviewed-by: Lyude Paul > --- > drivers/watchdog/sp5100_tco.c | 19 +++

[PATCH 04/12] watchdog: sp5100_tco: Use standard error codes

2017-12-24 Thread Guenter Roeck
By using standard error codes, we can identify and return more than one error condition. Cc: Zoltán Böszörményi Signed-off-by: Guenter Roeck --- drivers/watchdog/sp5100_tco.c | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/drivers/watchdog/sp5100_tco.c b