Re: [PATCH 0/3] Add platform_get_irq_byname_optional() and use it in the dwc3 driver

2019-10-07 Thread Greg Kroah-Hartman
On Sat, Oct 05, 2019 at 11:04:46PM +0200, Hans de Goede wrote: > Hi All, > > Here is a fix for the false-positive dev_err in platform_get_irq_byname() > discussed recently and reported here: > https://bugzilla.kernel.org/show_bug.cgi?id=205037 > > Since patch 2 depends on patch 1, I think it migh

[PATCH 0/3] Add platform_get_irq_byname_optional() and use it in the dwc3 driver

2019-10-05 Thread Hans de Goede
Hi All, Here is a fix for the false-positive dev_err in platform_get_irq_byname() discussed recently and reported here: https://bugzilla.kernel.org/show_bug.cgi?id=205037 Since patch 2 depends on patch 1, I think it might be best to merge all three patches through the same tree ... Regards, Han