Re: [PATCH 2/7] clocksource: mips-gic: Add missing error returns checks

2015-05-21 Thread Andrew Bresticker
On Thu, May 21, 2015 at 2:37 PM, Ezequiel Garcia wrote: > This commit adds the required checks on the functions that return > an error. Some of them are not critical, so only a warning is > printed. > > Signed-off-by: Ezequiel Garcia Reviewed-by: Andrew Bresticker -- To unsubscribe from this li

[PATCH 2/7] clocksource: mips-gic: Add missing error returns checks

2015-05-21 Thread Ezequiel Garcia
This commit adds the required checks on the functions that return an error. Some of them are not critical, so only a warning is printed. Signed-off-by: Ezequiel Garcia --- drivers/clocksource/mips-gic-timer.c | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/d