mbox series

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

Message ID 20191005210449.3926-1-hdegoede@redhat.com (mailing list archive)
Headers show
Series Add platform_get_irq_byname_optional() and use it in the dwc3 driver | expand

Message

Hans de Goede Oct. 5, 2019, 9:04 p.m. UTC
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,

Hans

Comments

Greg KH Oct. 7, 2019, 10:54 a.m. UTC | #1
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 might be best to merge
> all three patches through the same tree ...

Thanks for these, I'll take them through my USB tree to be merged to
Linus soon.

greg k-h