RE: [PATCH 4.19.y 3/3] usb: dwc3: gadget: remove req->started flag

2019-07-29 Thread Gopal, Saranya
> > > > [Upstream commit 7c3d7dc89e57a1d43acea935882dd8713c9e639f] > > > > Now that we have req->status, we don't need this extra flag > > anymore. It's safe to remove it. > > > > Signed-off-by: Felipe Balbi > > Signed-off-by: Saranya Gopal > > --- > > drivers/usb/dwc3/core.h | 2 -- > > drive

Re: [PATCH 4.19.y 3/3] usb: dwc3: gadget: remove req->started flag

2019-07-29 Thread Greg KH
On Mon, Jul 29, 2019 at 07:13:39PM +0530, Saranya Gopal wrote: > From: Felipe Balbi > > [Upstream commit 7c3d7dc89e57a1d43acea935882dd8713c9e639f] > > Now that we have req->status, we don't need this extra flag > anymore. It's safe to remove it. > > Signed-off-by: Felipe Balbi > Signed-off-by:

[PATCH 4.19.y 3/3] usb: dwc3: gadget: remove req->started flag

2019-07-29 Thread Saranya Gopal
From: Felipe Balbi [Upstream commit 7c3d7dc89e57a1d43acea935882dd8713c9e639f] Now that we have req->status, we don't need this extra flag anymore. It's safe to remove it. Signed-off-by: Felipe Balbi Signed-off-by: Saranya Gopal --- drivers/usb/dwc3/core.h | 2 -- drivers/usb/dwc3/gadget.c