From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 27 Feb 2013 09:37:12 -0800 From: Greg Kroah-Hartman To: Roger Quadros Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Felipe Balbi , Alan Stern Subject: Re: [ 79/86] USB: ehci-omap: Dont free gpios that we didnt request Message-ID: <20130227173712.GA10652@kroah.com> References: <20130226235912.881663118@linuxfoundation.org> <20130226235921.105248169@linuxfoundation.org> <512DBB46.1080609@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <512DBB46.1080609@ti.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: On Wed, Feb 27, 2013 at 09:52:38AM +0200, Roger Quadros wrote: > Hi Greg, > > On 02/27/2013 02:08 AM, Greg Kroah-Hartman wrote: > > 3.4-stable review patch. If anyone has any objections, please let me know. > > > > ------------------ > > > > From: Roger Quadros > > > > commit 428525f97153505e83983460a8d08a3210aa6b8a upstream. > > > > This driver does not request any gpios so don't free them. > > Fixes L3 bus error on multiple modprobe/rmmod of ehci_hcd > > with ehci-omap in use. > > Please drop this patch from 3.4-stable. > > In 3.4, the driver requests the gpios in probe() so they must be freed > in remove() and this patch should not be applied. Thanks. Thanks for letting me know, now dropped. greg k-h