Re: [PATCH 1/8] mfd: htc-i2cpld: Remove unneded ret variable

2015-10-01 Thread Lee Jones
On Tue, 29 Sep 2015, Javier Martinez Canillas wrote: > The ret variable is not needed since is not used in the > function. Remove the variable and just return 0 instead. > > Signed-off-by: Javier Martinez Canillas > --- > > drivers/mfd/htc-i2cpld.c | 3 +-- > 1 file changed, 1 insertion(+), 2

[PATCH 1/8] mfd: htc-i2cpld: Remove unneded ret variable

2015-09-29 Thread Javier Martinez Canillas
The ret variable is not needed since is not used in the function. Remove the variable and just return 0 instead. Signed-off-by: Javier Martinez Canillas --- drivers/mfd/htc-i2cpld.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/mfd/htc-i2cpld.c b/drivers/mfd/htc-