From patchwork Tue Oct 27 14:30:51 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Dasgupta, Romit" X-Patchwork-Id: 56101 X-Patchwork-Delegate: khilman@deeprootsystems.com Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n9REX4q9007376 for ; Tue, 27 Oct 2009 14:33:04 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755320AbZJ0OcL (ORCPT ); Tue, 27 Oct 2009 10:32:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755267AbZJ0OcJ (ORCPT ); Tue, 27 Oct 2009 10:32:09 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:57595 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755188AbZJ0OcH convert rfc822-to-8bit (ORCPT ); Tue, 27 Oct 2009 10:32:07 -0400 Received: from dbdp20.itg.ti.com ([172.24.170.38]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id n9REV1eU025616 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 27 Oct 2009 09:31:03 -0500 Received: from dbde71.ent.ti.com (localhost [127.0.0.1]) by dbdp20.itg.ti.com (8.13.8/8.13.8) with ESMTP id n9REUwCc005064; Tue, 27 Oct 2009 20:00:59 +0530 (IST) Received: from dbde02.ent.ti.com ([172.24.170.145]) by dbde71.ent.ti.com ([172.24.170.149]) with mapi; Tue, 27 Oct 2009 20:00:58 +0530 From: "Dasgupta, Romit" To: Alan Stern CC: "Hilman, Kevin" , "rjw@sisk.pl" , "linux-pm@lists.linux-foundation.org" , "linux-omap@vger.kernel.org" , "linux-kernel@vger.kernel.org" Date: Tue, 27 Oct 2009 20:00:51 +0530 Subject: RE: [linux-pm] [PATCH] PM: Fixes warning on suspend errors Thread-Topic: [linux-pm] [PATCH] PM: Fixes warning on suspend errors Thread-Index: AcpXCucqZ0DHElPoRlWfujt4Gh4lLQABwbYw Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org diff --git a/drivers/base/power/main.c b/drivers/base/power/main.c index e0dc407..3d0b26a 100644 --- a/drivers/base/power/main.c +++ b/drivers/base/power/main.c @@ -444,6 +444,7 @@ static void dpm_resume(pm_message_t state) INIT_LIST_HEAD(&list); mutex_lock(&dpm_list_mtx); + transition_started = false; while (!list_empty(&dpm_list)) { struct device *dev = to_device(dpm_list.next);