Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754160AbZAELVr (ORCPT ); Mon, 5 Jan 2009 06:21:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751680AbZAELVi (ORCPT ); Mon, 5 Jan 2009 06:21:38 -0500 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:49343 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751223AbZAELVh (ORCPT ); Mon, 5 Jan 2009 06:21:37 -0500 Date: Mon, 5 Jan 2009 12:21:35 +0100 From: Pavel Machek To: "Rafael J. Wysocki" Cc: Len Brown , Jesse Barnes , pm list , Matthew Wilcox , "H. Peter Anvin" , LKML , Greg KH , Linux PCI Subject: Re: [RFC][PATCH 10/10] PCI PM: Put PM callbacks in the order of execution Message-ID: <20090105112135.GJ27199@atrey.karlin.mff.cuni.cz> References: <200812190049.34343.rjw@sisk.pl> <200812281607.28007.rjw@sisk.pl> <200812302333.45560.rjw@sisk.pl> <200812302349.55694.rjw@sisk.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200812302349.55694.rjw@sisk.pl> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 664 Lines: 18 > > Put PM callbacks in drivers/pci/pci-driver.c in the order in which > they are executed which makes it much easier to follow the code. > > No functional changes should result from this. > > Signed-off-by: Rafael J. Wysocki Acked-by: Pavel Machek