Re: [PATCH 04/16] usb: musb: remove musb_generic_disable function

2017-01-03 Thread Bin Liu
On Tue, Jan 03, 2017 at 04:36:44PM +0100, Greg KH wrote: > On Tue, Jan 03, 2017 at 09:15:09AM -0600, Bin Liu wrote: > > musb_generic_disable() only has two lines of code. So remove it and let > > the callers directly call those two lines. > > > > Signed-off-by: Bin Liu > > --- > > drivers/usb/mu

Re: [PATCH 04/16] usb: musb: remove musb_generic_disable function

2017-01-03 Thread Bin Liu
On Tue, Jan 03, 2017 at 05:30:56PM +0100, Greg KH wrote: > On Tue, Jan 03, 2017 at 10:16:53AM -0600, Bin Liu wrote: > > On Tue, Jan 03, 2017 at 04:36:44PM +0100, Greg KH wrote: > > > On Tue, Jan 03, 2017 at 09:15:09AM -0600, Bin Liu wrote: > > > > musb_generic_disable() only has two lines of code.

Re: [PATCH 04/16] usb: musb: remove musb_generic_disable function

2017-01-03 Thread Greg KH
On Tue, Jan 03, 2017 at 10:16:53AM -0600, Bin Liu wrote: > On Tue, Jan 03, 2017 at 04:36:44PM +0100, Greg KH wrote: > > On Tue, Jan 03, 2017 at 09:15:09AM -0600, Bin Liu wrote: > > > musb_generic_disable() only has two lines of code. So remove it and let > > > the callers directly call those two li

Re: [PATCH 04/16] usb: musb: remove musb_generic_disable function

2017-01-03 Thread Greg KH
On Tue, Jan 03, 2017 at 09:15:09AM -0600, Bin Liu wrote: > musb_generic_disable() only has two lines of code. So remove it and let > the callers directly call those two lines. > > Signed-off-by: Bin Liu > --- > drivers/usb/musb/musb_core.c | 26 ++ > 1 file changed, 10 in

[PATCH 04/16] usb: musb: remove musb_generic_disable function

2017-01-03 Thread Bin Liu
musb_generic_disable() only has two lines of code. So remove it and let the callers directly call those two lines. Signed-off-by: Bin Liu --- drivers/usb/musb/musb_core.c | 26 ++ 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/drivers/usb/musb/musb_core.c