Re: [PATCH] USB: EHCI: ehci-mv: Fix unused assignment in mv_ehci_probe()

2020-05-08 Thread Tang Bin
On 2020/5/8 21:49, Alan Stern wrote: On Fri, 8 May 2020, Tang Bin wrote: Delete unused initialized value, because 'retval' will be assigined by the function mv_ehci_enable(). This should also mention the extra blank line that the patch removes. Sorry, my mistake, I'll send v2 for you.

Re: [PATCH] USB: EHCI: ehci-mv: Fix unused assignment in mv_ehci_probe()

2020-05-08 Thread Alan Stern
On Fri, 8 May 2020, Tang Bin wrote: > Delete unused initialized value, because 'retval' will be assigined > by the function mv_ehci_enable(). This should also mention the extra blank line that the patch removes. Alan Stern > Signed-off-by: Zhang Shengju > Signed-off-by: Tang Bin > --- >

[PATCH] USB: EHCI: ehci-mv: Fix unused assignment in mv_ehci_probe()

2020-05-08 Thread Tang Bin
Delete unused initialized value, because 'retval' will be assigined by the function mv_ehci_enable(). Signed-off-by: Zhang Shengju Signed-off-by: Tang Bin --- drivers/usb/host/ehci-mv.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/usb/host/ehci-mv.c