Re: [PATCH] USB: host: ehci: Use the defined variable to simplify code

2020-05-08 Thread Alan Stern
On Fri, 8 May 2020, Tang Bin wrote: > Use the defined variable "dev" to make the code cleaner. And > delete an extra blank line. Again, the Subject: line should say "ehci-mxc". > Signed-off-by: Zhang Shengju > Signed-off-by: Tang Bin > --- > drivers/usb/host/ehci-mxc.c | 9 - > 1 file

[PATCH] USB: host: ehci: Use the defined variable to simplify code

2020-05-08 Thread Tang Bin
Use the defined variable "dev" to make the code cleaner. And delete an extra blank line. Signed-off-by: Zhang Shengju Signed-off-by: Tang Bin --- drivers/usb/host/ehci-mxc.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/usb/host/ehci-mxc.c b/drivers/usb/ho