Re: [PATCH] USB: host: ehci: Add error handlinginehci_mxc_drv_probe()

2020-05-08 Thread Tang Bin
Hi Sergei: On 2020/5/9 4:27, Sergei Shtylyov wrote: On 05/08/2020 06:03 PM, Tang Bin wrote: On Fri, May 08, 2020 at 07:44:53PM +0800, Tang Bin wrote: The function ehci_mxc_drv_probe() does not perform sufficient error checking after executing platform_get_irq(), thus fix it. Fixes: 7e8d5cd93

Re: [PATCH] USB: host: ehci: Add error handlinginehci_mxc_drv_probe()

2020-05-08 Thread Sergei Shtylyov
On 05/08/2020 06:03 PM, Tang Bin wrote: On Fri, May 08, 2020 at 07:44:53PM +0800, 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 fo

Re: [PATCH] USB: host: ehci: Add error handlinginehci_mxc_drv_probe()

2020-05-08 Thread Tang Bin
On 2020/5/8 22:31, Greg KH wrote: On Fri, May 08, 2020 at 09:55:53PM +0800, Tang Bin wrote: Hi, Greg: On 2020/5/8 19:48, Greg KH wrote: On Fri, May 08, 2020 at 07:44:53PM +0800, Tang Bin wrote: The function ehci_mxc_drv_probe() does not perform sufficient error checking after executing plat