From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH] ACPI / platform: drop redundant ACPI_HANDLE check Date: Fri, 14 Feb 2014 14:06:30 -0800 Message-ID: <20140214220630.GA7046@kroah.com> References: <1392350443-20074-1-git-send-email-joshc@codeaurora.org> <1746200.FR6bSit96i@vostro.rjw.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1746200.FR6bSit96i@vostro.rjw.lan> Sender: linux-kernel-owner@vger.kernel.org To: "Rafael J. Wysocki" Cc: Josh Cartwright , linux-acpi@vger.kernel.org, Len Brown , "Rafael J. Wysocki" , linux-kernel@vger.kernel.org List-Id: linux-acpi@vger.kernel.org On Fri, Feb 14, 2014 at 02:45:29PM +0100, Rafael J. Wysocki wrote: > On Thursday, February 13, 2014 10:00:43 PM Josh Cartwright wrote: > > The acpi_dev_pm_attach/_detach functions perform their own checks to > > ensure the device has an ACPI companion. It is not necessary for the > > caller to do so. > > > > This mirrors what other busses with ACPI dev PM support do (i2c, spi, > > sdio). > > > > Cc: Len Brown > > Cc: Rafael J. Wysocki > > Signed-off-by: Josh Cartwright > > Hi Greg, > > If you want to take this, please feel free to add: > > Acked-by: Rafael J. Wysocki > > to it. If you want me to take it, please let me know. Thanks, I'll go take it through my tree. greg k-h