Re: [PATCH v2] USB: host: ehci-mxc: 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. > > Signed-off-by: Zhang Shengju > Signed-off-by: Tang Bin > --- > Changes from v1: > - fix the subject and the code. > --- Acked-by: Alan Stern > drivers/usb/ho

[PATCH v2] USB: host: ehci-mxc: 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 --- Changes from v1: - fix the subject and the code. --- drivers/usb/host/ehci-mxc.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-)