Re: [PATCH] pinctrl: samsung: remove duplicated line of samsung_pinctrl_register()

2013-02-10 Thread Linus Walleij
On Fri, Feb 8, 2013 at 6:39 AM, Jingoo Han jg1@samsung.com wrote: This patch removes duplicated line of samsung_pinctrl_register(), because the number of pins is redundantly assigned twice. Signed-off-by: Jingoo Han jg1@samsung.com Patch applied with the Reviewed-by/Acked-by tags

Re: [PATCH] pinctrl: samsung: remove duplicated line of samsung_pinctrl_register()

2013-02-08 Thread Tomasz Figa
On Friday 08 of February 2013 14:39:30 Jingoo Han wrote: This patch removes duplicated line of samsung_pinctrl_register(), because the number of pins is redundantly assigned twice. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/pinctrl/pinctrl-samsung.c |1 - 1 files

RE: [PATCH] pinctrl: samsung: remove duplicated line of samsung_pinctrl_register()

2013-02-08 Thread Kukjin Kim
Jingoo Han wrote: This patch removes duplicated line of samsung_pinctrl_register(), because the number of pins is redundantly assigned twice. Signed-off-by: Jingoo Han jg1@samsung.com Acked-by: Kukjin Kim kgene@samsung.com Thanks. - Kukjin ---

[PATCH] pinctrl: samsung: remove duplicated line of samsung_pinctrl_register()

2013-02-07 Thread Jingoo Han
This patch removes duplicated line of samsung_pinctrl_register(), because the number of pins is redundantly assigned twice. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/pinctrl/pinctrl-samsung.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git