From patchwork Fri Dec 17 15:30:24 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Ball X-Patchwork-Id: 416211 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oBHFURtm013399 for ; Fri, 17 Dec 2010 15:30:28 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753833Ab0LQPa0 (ORCPT ); Fri, 17 Dec 2010 10:30:26 -0500 Received: from void.printf.net ([89.145.121.20]:43120 "EHLO void.printf.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753606Ab0LQPa0 (ORCPT ); Fri, 17 Dec 2010 10:30:26 -0500 Received: from chris by void.printf.net with local (Exim 4.69) (envelope-from ) id 1PTcGG-00071N-NZ; Fri, 17 Dec 2010 15:30:24 +0000 Date: Fri, 17 Dec 2010 15:30:24 +0000 From: Chris Ball To: Bringfried Stecklum Cc: linux-mmc@vger.kernel.org Subject: Re: 2.36.1 sdhci R5C822 regression Message-ID: <20101217153024.GA26910@void.printf.net> References: <4D0B380C.4000407@tls-tautenburg.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <4D0B380C.4000407@tls-tautenburg.de> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Fri, 17 Dec 2010 15:30:50 +0000 (UTC) diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c index 6286898..e7c0c78 100644 --- a/drivers/mmc/core/core.c +++ b/drivers/mmc/core/core.c @@ -1833,6 +1833,7 @@ int mmc_pm_notify(struct notifier_block *notify_block, case PM_POST_SUSPEND: case PM_POST_HIBERNATION: + case PM_POST_RESTORE: spin_lock_irqsave(&host->lock, flags); host->rescan_disable = 0;