From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:35558 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932371AbcKMLTd (ORCPT ); Sun, 13 Nov 2016 06:19:33 -0500 Date: Sun, 13 Nov 2016 12:19:43 +0100 From: Greg Kroah-Hartman To: Felipe Balbi Cc: stable@vger.kernel.org Subject: Re: [PATCH] usb: dwc3: gadget: properly account queued requests Message-ID: <20161113111943.GD10476@kroah.com> References: <147853738821771@kroah.com> <20161109111919.12165-1-felipe.balbi@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161109111919.12165-1-felipe.balbi@linux.intel.com> Sender: stable-owner@vger.kernel.org List-ID: On Wed, Nov 09, 2016 at 01:19:19PM +0200, Felipe Balbi wrote: > commit a9c3ca5fae6bf73770f0576eaf57d5f1305ef4b3 upstream. > > Some requests could be accounted for multiple > times. Let's fix that so each and every requests is > accounted for only once. > > Cc: # v4.8 > Fixes: 55a0237f8f47 ("usb: dwc3: gadget: use allocated/queued reqs for LST bit") > Signed-off-by: Felipe Balbi > --- > drivers/usb/dwc3/gadget.c | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) Thanks, now queued up. greg k-h