Re: [PATCH] usb: gadget: fsl: Fix a wrong judgment in fsl_udc_probe()

From: Sergei Shtylyov
Date: Fri Apr 10 2020 - 05:47:15 EST


On 10.04.2020 4:58, Tang Bin wrote:

If the function "platform_get_irq()" failed, the negative value
returned will not be detected here, including "-EPROBE_DEFER", which
causes the application to fail to get the correct error message.
Thus it must be fixed.

platform_get_irq() prints an appropriate error message, the problem is that
the current code calls request_irq() with error code instead of IRQ.

Signed-off-by: Tang Bin <tangbin@xxxxxxxxxxxxxxxxxxxx>
Signed-off-by: Shengju Zhang <zhangshengju@xxxxxxxxxxxxxxxxxxxx>
[...]

MBR, Sergei