Re: [PATCH RFT] pinctrl: single: Fix build error

2013-03-06 Thread Linus Walleij
On Mon, Mar 4, 2013 at 6:47 AM, Axel Lin wrote: > If pcs->is_pinconf is false, it means does not support pinconf. > If pcs->is_pinconf is true, is_generic flag is always true. > > This patch fixes below build error: > > CC [M] drivers/pinctrl/pinctrl-single.o >

Re: [PATCH RFT] pinctrl: single: Fix build error

2013-03-06 Thread Linus Walleij
On Mon, Mar 4, 2013 at 6:47 AM, Axel Lin axel@ingics.com wrote: If pcs-is_pinconf is false, it means does not support pinconf. If pcs-is_pinconf is true, is_generic flag is always true. This patch fixes below build error: CC [M] drivers/pinctrl/pinctrl-single.o

Re: [PATCH RFT] pinctrl: single: Fix build error

2013-03-04 Thread Haojian Zhuang
On 4 March 2013 17:18, Axel Lin wrote: > 2013/3/4 Haojian Zhuang : >> On 4 March 2013 13:47, Axel Lin wrote: >>> If pcs->is_pinconf is false, it means does not support pinconf. >>> If pcs->is_pinconf is true, is_generic flag is always true. >>> >>> This patch fixes below build error: >>> >>>

Re: [PATCH RFT] pinctrl: single: Fix build error

2013-03-04 Thread Axel Lin
2013/3/4 Haojian Zhuang : > On 4 March 2013 13:47, Axel Lin wrote: >> If pcs->is_pinconf is false, it means does not support pinconf. >> If pcs->is_pinconf is true, is_generic flag is always true. >> >> This patch fixes below build error: >> >> CC [M] drivers/pinctrl/pinctrl-single.o >>

Re: [PATCH RFT] pinctrl: single: Fix build error

2013-03-04 Thread Axel Lin
2013/3/4 Haojian Zhuang haojian.zhu...@linaro.org: On 4 March 2013 13:47, Axel Lin axel@ingics.com wrote: If pcs-is_pinconf is false, it means does not support pinconf. If pcs-is_pinconf is true, is_generic flag is always true. This patch fixes below build error: CC [M]

Re: [PATCH RFT] pinctrl: single: Fix build error

2013-03-04 Thread Haojian Zhuang
On 4 March 2013 17:18, Axel Lin axel@ingics.com wrote: 2013/3/4 Haojian Zhuang haojian.zhu...@linaro.org: On 4 March 2013 13:47, Axel Lin axel@ingics.com wrote: If pcs-is_pinconf is false, it means does not support pinconf. If pcs-is_pinconf is true, is_generic flag is always true.

Re: [PATCH RFT] pinctrl: single: Fix build error

2013-03-03 Thread Haojian Zhuang
On 4 March 2013 13:47, Axel Lin wrote: > If pcs->is_pinconf is false, it means does not support pinconf. > If pcs->is_pinconf is true, is_generic flag is always true. > > This patch fixes below build error: > > CC [M] drivers/pinctrl/pinctrl-single.o > drivers/pinctrl/pinctrl-single.c: In

[PATCH RFT] pinctrl: single: Fix build error

2013-03-03 Thread Axel Lin
If pcs->is_pinconf is false, it means does not support pinconf. If pcs->is_pinconf is true, is_generic flag is always true. This patch fixes below build error: CC [M] drivers/pinctrl/pinctrl-single.o drivers/pinctrl/pinctrl-single.c: In function 'pcs_probe':

[PATCH RFT] pinctrl: single: Fix build error

2013-03-03 Thread Axel Lin
If pcs-is_pinconf is false, it means does not support pinconf. If pcs-is_pinconf is true, is_generic flag is always true. This patch fixes below build error: CC [M] drivers/pinctrl/pinctrl-single.o drivers/pinctrl/pinctrl-single.c: In function 'pcs_probe':

Re: [PATCH RFT] pinctrl: single: Fix build error

2013-03-03 Thread Haojian Zhuang
On 4 March 2013 13:47, Axel Lin axel@ingics.com wrote: If pcs-is_pinconf is false, it means does not support pinconf. If pcs-is_pinconf is true, is_generic flag is always true. This patch fixes below build error: CC [M] drivers/pinctrl/pinctrl-single.o