Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1449651
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2] platform: don't return 0 from platform_get_irq[_byname]() on error |
| Date | 2016-07-25 18:50 +0200 |
| Message-ID | <rYReN-6TV-9@gated-at.bofh.it> (permalink) |
| References | <rQXKp-5Sj-3@gated-at.bofh.it> <rYMIa-477-19@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, Jul 25, 2016 at 02:55:37PM +0300, Sergei Shtylyov wrote:
> Hello.
>
> On 7/4/2016 1:04 AM, Sergei Shtylyov wrote:
>
> > of_irq_get[_byname]() return 0 iff irq_create_of_mapping() call fails.
> > Returning both error code and 0 on failure is a sign of a misdesigned API,
> > it makes the failure check unnecessarily complex and error prone. We should
> > rely on the platform IRQ resource in this case, not return 0, especially
> > as 0 can be a valid IRQ resource too...
> >
> > Fixes: aff008ad813c ("platform_get_irq: Revert to platform_get_resource if of_irq_get fails")
> > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> > CC: stable@vger.kernel.org
>
> 4.7 has been tagged now. Can I count on this patch getting to 4.8? Or at
> least some feedback given? :-/
I'll get to it after 4.8-rc1 is out, but ideally one of the of
developers would look at it, as I have no way to test this...
thanks,
greg k-h
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: [PATCH v2] platform: don't return 0 from platform_get_irq[_byname]() on error Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> - 2016-07-25 14:00 +0200 Re: [PATCH v2] platform: don't return 0 from platform_get_irq[_byname]() on error Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-07-25 18:50 +0200
csiph-web