Re: [PATCH 05/16] usb: musb: dsps: remove redundant code

2017-01-03 Thread Bin Liu
On Tue, Jan 03, 2017 at 04:37:33PM +0100, Greg KH wrote: > On Tue, Jan 03, 2017 at 09:15:10AM -0600, Bin Liu wrote: > > The session is cleared in the core whenever musb_platform_disable() is > > called, so clearing it in the glue driver *_musb_disable() is redundant. > > redundant is not a regress

Re: [PATCH 05/16] usb: musb: dsps: remove redundant code

2017-01-03 Thread Greg KH
On Tue, Jan 03, 2017 at 09:15:10AM -0600, Bin Liu wrote: > The session is cleared in the core whenever musb_platform_disable() is > called, so clearing it in the glue driver *_musb_disable() is redundant. redundant is not a regression. I'm stopping review of this series here, come on now, you kno

[PATCH 05/16] usb: musb: dsps: remove redundant code

2017-01-03 Thread Bin Liu
The session is cleared in the core whenever musb_platform_disable() is called, so clearing it in the glue driver *_musb_disable() is redundant. Signed-off-by: Bin Liu --- drivers/usb/musb/musb_dsps.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/musb/musb_dsps.c b/drivers/usb/mu