Re: [PATCH v7 06/24] mfd: max77686: Make error checking consistent

2014-07-18 Thread Lee Jones
On Fri, 04 Jul 2014, Javier Martinez Canillas wrote: > Error checking across the driver is mostly consistent besides > a few exceptions, so change these exceptions for consistency. > > Signed-off-by: Javier Martinez Canillas > Reviewed-by: Krzysztof Kozlowski > --- > drivers/mfd/max77686.c | 1

Re: [PATCH v7 06/24] mfd: max77686: Make error checking consistent

2014-07-09 Thread Lee Jones
On Fri, 04 Jul 2014, Javier Martinez Canillas wrote: > Error checking across the driver is mostly consistent besides > a few exceptions, so change these exceptions for consistency. > > Signed-off-by: Javier Martinez Canillas > Reviewed-by: Krzysztof Kozlowski > --- > drivers/mfd/max77686.c | 1

[PATCH v7 06/24] mfd: max77686: Make error checking consistent

2014-07-04 Thread Javier Martinez Canillas
Error checking across the driver is mostly consistent besides a few exceptions, so change these exceptions for consistency. Signed-off-by: Javier Martinez Canillas Reviewed-by: Krzysztof Kozlowski --- drivers/mfd/max77686.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff