Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758501AbXITR1z (ORCPT ); Thu, 20 Sep 2007 13:27:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754437AbXITR1r (ORCPT ); Thu, 20 Sep 2007 13:27:47 -0400 Received: from xdsl-664.zgora.dialog.net.pl ([81.168.226.152]:4278 "EHLO tuxland.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753311AbXITR1p (ORCPT ); Thu, 20 Sep 2007 13:27:45 -0400 From: Mariusz Kozlowski To: Cornelia Huck Subject: Re: 2.6.23-rc6-mm1: atomic counter underflow Date: Thu, 20 Sep 2007 19:27:37 +0200 User-Agent: KMail/1.9.7 Cc: Pierre Ossman , Andrew Morton , linux-kernel@vger.kernel.org, Greg KH References: <20070918011841.2381bd93.akpm@linux-foundation.org> <20070919200205.057e3fbc@gondolin.boeblingen.de.ibm.com> <20070920153518.15e72a24@gondolin.boeblingen.de.ibm.com> In-Reply-To: <20070920153518.15e72a24@gondolin.boeblingen.de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709201927.38066.m.kozlowski@tuxland.pl> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1045 Lines: 38 Hello, > > -ECONFUSED. Perhaps DEBUG_DRIVER may help some more. Or /me getting > > some sleep. > > Sleeping helped (improved reading abilities). > > From: Cornelia Huck > > mmc: Avoid double sdio_unregister_bus() on module unload. > > Signed-off-by: Cornelia Huck Ok - I can confirm that this patch fixes the problem. Thanks, Mariusz > --- > drivers/mmc/core/core.c | 1 - > 1 files changed, 1 deletion(-) > > --- linux-2.6.orig/drivers/mmc/core/core.c > +++ linux-2.6/drivers/mmc/core/core.c > @@ -820,7 +820,6 @@ static void __exit mmc_exit(void) > { > sdio_unregister_bus(); > mmc_unregister_key_type(); > - sdio_unregister_bus(); > mmc_unregister_host_class(); > mmc_unregister_bus(); > destroy_workqueue(workqueue); - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/