Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936429AbXHGVLG (ORCPT ); Tue, 7 Aug 2007 17:11:06 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S935750AbXHGUxx (ORCPT ); Tue, 7 Aug 2007 16:53:53 -0400 Received: from pentafluge.infradead.org ([213.146.154.40]:59534 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935821AbXHGUxw (ORCPT ); Tue, 7 Aug 2007 16:53:52 -0400 Date: Tue, 7 Aug 2007 13:47:15 -0700 From: Greg KH To: linux-kernel@vger.kernel.org, stable@kernel.org Cc: Justin Forbes , Zwane Mwaikambo , "Theodore Ts'o" , Randy Dunlap , Dave Jones , Chuck Wolber , Chris Wedgwood , Michael Krufky , Chuck Ebbert , Domenico Andreoli , torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk, Kristian H?gsberg , Stefan Richter Subject: [2.6.22.2 review 47/84] fw-ohci: fix "scheduling while atomic" Message-ID: <20070807204715.GW23028@kroah.com> References: <20070807204034.882009319@mini.kroah.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline; filename="fw-ohci-fix-scheduling-while-atomic.patch" In-Reply-To: <20070807204157.GA23028@kroah.com> User-Agent: Mutt/1.5.15 (2007-04-06) X-Bad-Reply: References and In-Reply-To but no 'Re:' in Subject. Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 908 Lines: 33 From: Stefan Richter context_stop is called by bus_reset_tasklet, among else. Fixes http://bugzilla.kernel.org/show_bug.cgi?id=8735. Same as commit b980f5a224f3df6c884dbf5ae48797ce352ba139. Signed-off-by: Stefan Richter Signed-off-by: Greg Kroah-Hartman --- drivers/firewire/fw-ohci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/firewire/fw-ohci.c +++ b/drivers/firewire/fw-ohci.c @@ -586,7 +586,7 @@ static void context_stop(struct context break; fw_notify("context_stop: still active (0x%08x)\n", reg); - msleep(1); + mdelay(1); } } -- - 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/