From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [stable] [PATCH] usb: usbnet: suspend count gets lost when -EBUSY Date: Thu, 7 Jul 2011 13:50:36 -0700 Message-ID: <20110707205036.GB13006@kroah.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: David Miller , netdev@vger.kernel.org, stable@kernel.org To: C.Fries@motorola.com Return-path: Received: from out5.smtp.messagingengine.com ([66.111.4.29]:33244 "EHLO out5.smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750958Ab1GGUv7 (ORCPT ); Thu, 7 Jul 2011 16:51:59 -0400 Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Tue, Jul 05, 2011 at 08:35:05PM -0500, Chris Fries wrote: > When suspend is refused due to pending transmits, the > busy counter gets out of sync, and suspend will stop > working correctly. > > Signed-off-by: Chris Fries > --- > drivers/net/usb/usbnet.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read Documentation/stable_kernel_rules.txt for how to do this properly.