Re: [PATCH 1/3] pinctrl: pinconf: fix comparison of different types

2013-08-07 Thread Linus Walleij
On Tue, Aug 6, 2013 at 11:10 AM, Jingoo Han wrote: > Fix the following sparse warning: > > drivers/pinctrl/pinconf.c:521:20: error: incompatible types in comparison > expression (different type sizes) > > Signed-off-by: Jingoo Han Patch applied, thanks! Yours, Linus Walleij -- To unsubscribe

Re: [PATCH 1/3] pinctrl: pinconf: fix comparison of different types

2013-08-07 Thread Linus Walleij
On Tue, Aug 6, 2013 at 11:10 AM, Jingoo Han jg1@samsung.com wrote: Fix the following sparse warning: drivers/pinctrl/pinconf.c:521:20: error: incompatible types in comparison expression (different type sizes) Signed-off-by: Jingoo Han jg1@samsung.com Patch applied, thanks! Yours,

[PATCH 1/3] pinctrl: pinconf: fix comparison of different types

2013-08-06 Thread Jingoo Han
Fix the following sparse warning: drivers/pinctrl/pinconf.c:521:20: error: incompatible types in comparison expression (different type sizes) Signed-off-by: Jingoo Han --- drivers/pinctrl/pinconf.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 1/3] pinctrl: pinconf: fix comparison of different types

2013-08-06 Thread Jingoo Han
Fix the following sparse warning: drivers/pinctrl/pinconf.c:521:20: error: incompatible types in comparison expression (different type sizes) Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/pinctrl/pinconf.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git