Re: [PATCH 6/6] pinctrl: samsung: Remove unneded semicolon

2015-10-02 Thread Linus Walleij
On Wed, Sep 16, 2015 at 1:28 AM, Javier Martinez Canillas wrote: > It's not needed an is just creating a null statement, so remove it. > > Signed-off-by: Javier Martinez Canillas Patch applied with Krzysztof's Review-tag. Yours, Linus Walleij --

Re: [PATCH 6/6] pinctrl: samsung: Remove unneded semicolon

2015-09-17 Thread Krzysztof Kozlowski
On 16.09.2015 17:28, Javier Martinez Canillas wrote: > It's not needed an is just creating a null statement, so remove it. > > Signed-off-by: Javier Martinez Canillas > > --- > > drivers/pinctrl/samsung/pinctrl-exynos5440.c | 2 +- > 1 file changed, 1 insertion(+), 1

[PATCH 6/6] pinctrl: samsung: Remove unneded semicolon

2015-09-16 Thread Javier Martinez Canillas
It's not needed an is just creating a null statement, so remove it. Signed-off-by: Javier Martinez Canillas --- drivers/pinctrl/samsung/pinctrl-exynos5440.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/samsung/pinctrl-exynos5440.c