From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rusty Russell Subject: Re: [PATCH 0/2] virtio: Replace CONFIG_PM with CONFIG_PM_SLEEP Date: Mon, 09 Sep 2013 10:09:25 +0930 Message-ID: <87li366d6q.fsf@rustcorp.com.au> References: <1378455607-32459-1-git-send-email-aaron.lu@intel.com> <20130906082235.GE29367@grmbl.mre> <5229924F.3070007@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from ozlabs.org ([203.10.76.45]:56897 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751099Ab3IIBNL (ORCPT ); Sun, 8 Sep 2013 21:13:11 -0400 In-Reply-To: <5229924F.3070007@intel.com> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Aaron Lu , Amit Shah Cc: "Rafael J. Wysocki" , virtualization@lists.linux-foundation.org, linux-pm@vger.kernel.org Aaron Lu writes: > On 09/06/2013 04:22 PM, Amit Shah wrote: >> On (Fri) 06 Sep 2013 [16:20:05], Aaron Lu wrote: >>> This patchset replace CONFIG_PM with CONFIG_PM_SLEEP for all virtio >>> drivers and virtio pci driver. >>> >>> With patch 1/2, two compile warnings are eliminated for virtio pci >>> driver, and patch 2/2 is a clean up for all virtio drivers as suggested >>> by Amit Shah. >> >> Thank you. > > My pleasure, thanks for your review. > > I was addressing a comment for my patch: > http://marc.info/?l=linux-pm&m=137839111130358&w=2 > and accidentally found this issue here :-) Thanks, Aaron. I've applied 1/2 previously, now I've applied 2/2. Cheers, Rusty.