Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1482952
| From | Deepak Das <deepak_das@mentor.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] driver: base: pinctrl: return error from pinctrl_bind_pins() |
| Date | 2016-09-14 08:30 +0200 |
| Message-ID | <shbRL-5F6-1@gated-at.bofh.it> (permalink) |
| References | <sgQaC-72V-7@gated-at.bofh.it> <sgUHf-1D2-7@gated-at.bofh.it> <sgWg2-2C0-21@gated-at.bofh.it> <sh37P-7gw-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wednesday 14 September 2016 02:31 AM, Linus Walleij wrote:
> On Tue, Sep 13, 2016 at 3:41 PM, Deepak Das <deepak_das@mentor.com> wrote:
>
>>> Can you confim that this works for you too?
>>
>> Yes, This works for me as well but do we really need this extra error
>> message ?
>
> Nah, good point. I'll go in and drop it then.
Hi Linus,
I will release V2 version of this patch with following change :-
- /* Only return deferrals */
+ /* Return deferrals & invalid pin requests */
if ((ret != -EPROBE_DEFER) && (ret != -EINVAL))
ret = 0;
Thanks & regards,
Deepak Das
>
> Yours,
> Linus Walleij
>
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] driver: base: pinctrl: return error from pinctrl_bind_pins() Deepak <deepak_das@mentor.com> - 2016-09-13 09:20 +0200
Re: [PATCH] driver: base: pinctrl: return error from pinctrl_bind_pins() Linus Walleij <linus.walleij@linaro.org> - 2016-09-13 14:10 +0200
Re: [PATCH] driver: base: pinctrl: return error from pinctrl_bind_pins() Deepak Das <deepak_das@mentor.com> - 2016-09-13 15:50 +0200
Re: [PATCH] driver: base: pinctrl: return error from pinctrl_bind_pins() Linus Walleij <linus.walleij@linaro.org> - 2016-09-13 23:10 +0200
Re: [PATCH] driver: base: pinctrl: return error from pinctrl_bind_pins() Deepak Das <deepak_das@mentor.com> - 2016-09-14 08:30 +0200
csiph-web