Re: [PATCH 02/16] usb: musb: dsps: implement clear_ep_rxintr() callback

2017-01-03 Thread Bin Liu
On Tue, Jan 03, 2017 at 04:35:38PM +0100, Greg KH wrote: > On Tue, Jan 03, 2017 at 09:15:07AM -0600, Bin Liu wrote: > > This is for avoiding rx ep bogus interrupt during CPPI channel teardown. > > This is one of the worse changelog texts ever... > > Hint, don't use "This" :) > > And the text

Re: [PATCH 02/16] usb: musb: dsps: implement clear_ep_rxintr() callback

2017-01-03 Thread Greg KH
On Tue, Jan 03, 2017 at 09:15:07AM -0600, Bin Liu wrote: > This is for avoiding rx ep bogus interrupt during CPPI channel teardown. This is one of the worse changelog texts ever... Hint, don't use "This" :) And the text doesn't seem to describe this very well... thanks, greg k-h -- To

[PATCH 02/16] usb: musb: dsps: implement clear_ep_rxintr() callback

2017-01-03 Thread Bin Liu
This is for avoiding rx ep bogus interrupt during CPPI channel teardown. cc: sta...@vger.kernel.org # 4.1+ Signed-off-by: Bin Liu --- drivers/usb/musb/musb_dsps.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/usb/musb/musb_dsps.c