From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oswald Buddenhagen Subject: Re: [RFC PATCH 1/6] ACPICA: Hardware: Reduce divergences for sleep functions. Date: Thu, 29 May 2014 12:24:55 +0200 Message-ID: <20140529102455.GA18151@ugly.fritz.box> References: <38907770.bupFXhytsS@vostro.rjw.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from byte.kde.org ([212.110.188.12]:36939 "EHLO byte1.vm.bytemark.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751924AbaE2LBA (ORCPT ); Thu, 29 May 2014 07:01:00 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Lv Zheng Cc: "Rafael J. Wysocki" , Len Brown , linux-acpi@vger.kernel.org series confirmed to work on top of linux-pm-next. On Wed, May 28, 2014 at 01:27:37AM +0800, Lv Zheng wrote: > From: Lv Zheng > > This patch is generated to reduce source code differences between Linux and > ACPICA so that further sleep related modifications can be applied directly > without human interventions. Lv Zheng. > > Signed-off-by: Lv Zheng > Cc: Oswald Buddenhagen > --- > drivers/acpi/acpica/hwxfsleep.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/acpi/acpica/hwxfsleep.c b/drivers/acpi/acpica/hwxfsleep.c > index 6921c7f..103d9a7 100644 > --- a/drivers/acpi/acpica/hwxfsleep.c > +++ b/drivers/acpi/acpica/hwxfsleep.c > @@ -138,7 +138,6 @@ acpi_status acpi_set_firmware_waking_vector64(u64 physical_address) > { > ACPI_FUNCTION_TRACE(acpi_set_firmware_waking_vector64); > > - > /* Determine if the 64-bit vector actually exists */ > > if ((acpi_gbl_FACS->length <= 32) || (acpi_gbl_FACS->version < 1)) { > @@ -154,7 +153,6 @@ acpi_status acpi_set_firmware_waking_vector64(u64 physical_address) > > ACPI_EXPORT_SYMBOL(acpi_set_firmware_waking_vector64) > #endif > - > /******************************************************************************* > * > * FUNCTION: acpi_enter_sleep_state_s4bios > -- > 1.7.10 > >