Re: [PATCH v2] USB: host: ehci-mxc: Add error handling in ehci_mxc_drv_probe()

2020-05-13 Thread Peter Chen
On 20-05-13 21:26:47, Tang Bin wrote: > The function ehci_mxc_drv_probe() does not perform sufficient error > checking after executing platform_get_irq(), thus fix it. > > Fixes: 7e8d5cd93fa ("USB: Add EHCI support for MX27 and MX31 based boards") > Signed-off-by: Zhang Shengju > Signed-off-by:

[PATCH v2] USB: host: ehci-mxc: Add error handling in ehci_mxc_drv_probe()

2020-05-13 Thread Tang Bin
The function ehci_mxc_drv_probe() does not perform sufficient error checking after executing platform_get_irq(), thus fix it. Fixes: 7e8d5cd93fa ("USB: Add EHCI support for MX27 and MX31 based boards") Signed-off-by: Zhang Shengju Signed-off-by: Tang Bin --- Changes from v1 - fix the subject.