Re: [PATCH 2/2] Input: mms114 - remove unneded semicolons

2015-09-14 Thread Krzysztof Kozlowski
On 14.09.2015 21:43, Javier Martinez Canillas wrote: > They aren't needed and are just creating null statements so remove it. > > Signed-off-by: Javier Martinez Canillas > > --- > > drivers/input/touchscreen/mms114.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Patch is

[PATCH 2/2] Input: mms114 - remove unneded semicolons

2015-09-14 Thread Javier Martinez Canillas
They aren't needed and are just creating null statements so remove it. Signed-off-by: Javier Martinez Canillas --- drivers/input/touchscreen/mms114.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/input/touchscreen/mms114.c

[PATCH 2/2] Input: mms114 - remove unneded semicolons

2015-09-14 Thread Javier Martinez Canillas
They aren't needed and are just creating null statements so remove it. Signed-off-by: Javier Martinez Canillas --- drivers/input/touchscreen/mms114.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/input/touchscreen/mms114.c

Re: [PATCH 2/2] Input: mms114 - remove unneded semicolons

2015-09-14 Thread Krzysztof Kozlowski
On 14.09.2015 21:43, Javier Martinez Canillas wrote: > They aren't needed and are just creating null statements so remove it. > > Signed-off-by: Javier Martinez Canillas > > --- > > drivers/input/touchscreen/mms114.c | 4 ++-- > 1 file changed, 2 insertions(+), 2