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

Sergei Shtylyov sergei.shtylyov at cogentembedded.com
Fri Apr 10 19:47:01 AEST 2020


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 at cmss.chinamobile.com>
> Signed-off-by: Shengju Zhang <zhangshengju at cmss.chinamobile.com>
[...]

MBR, Sergei


More information about the Linuxppc-dev mailing list