Re: [PATCH 1/5] usb: chipidea: udc: _ep_queue and _hw_queue cleanup

2015-10-22 Thread Peter Chen
On Thu, Oct 22, 2015 at 08:08:21PM -0700, Greg KH wrote: > On Fri, Oct 23, 2015 at 09:52:50AM +0800, Peter Chen wrote: > > From: "Felipe F. Tonello" > > > > Update comments to reflect current state of functions. > > > > Signed-off-by: Felipe F. Tonello > > Signed-off-by: Peter Chen > > --- > >

Re: [PATCH 1/5] usb: chipidea: udc: _ep_queue and _hw_queue cleanup

2015-10-22 Thread Greg KH
On Fri, Oct 23, 2015 at 09:52:50AM +0800, Peter Chen wrote: > From: "Felipe F. Tonello" > > Update comments to reflect current state of functions. > > Signed-off-by: Felipe F. Tonello > Signed-off-by: Peter Chen > --- > drivers/usb/chipidea/udc.c | 8 ++-- > 1 file changed, 6 insertions(+

[PATCH 1/5] usb: chipidea: udc: _ep_queue and _hw_queue cleanup

2015-10-22 Thread Peter Chen
From: "Felipe F. Tonello" Update comments to reflect current state of functions. Signed-off-by: Felipe F. Tonello Signed-off-by: Peter Chen --- drivers/usb/chipidea/udc.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/drivers/usb/chipidea/udc.c b/drivers/usb/chipi