2023-08-04 18:04:32

by Sergey Shtylyov

[permalink] [raw]
Subject: Re: [PATCH v4] usb: musb: Fix deferred probing

On 8/4/23 1:54 PM, Zhu Wang wrote:

> When platform_get_irq_byname() fails, it may return -EPROBE_DEFER,
> which suggested deferred probing, it is very important to propagate it

Suggests. Perhaps the tense may be fixed up when applying...

> upstream. We cannot override it with other error code.
>
> Commit ce753ad1549c ("platform: finally disallow IRQ0 in
> platform_get_irq() and its ilk") makes sure IRQ0 is not returned.
>
> Signed-off-by: Zhu Wang <[email protected]>

Reviewed-by: Sergey Shtylyov <[email protected]>

[...]

MBR, Sergey