- acpi-ec-revert-208c70a45624400fafd7511b96bc426bf01f8f5e.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     ACPI: EC: Revert 208c70a45624400fafd7511b96bc426bf01f8f5e
has been removed from the -mm tree.  Its filename was
     acpi-ec-revert-208c70a45624400fafd7511b96bc426bf01f8f5e.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: ACPI: EC: Revert 208c70a45624400fafd7511b96bc426bf01f8f5e
From: Alexey Starikovskiy <astarikovskiy@xxxxxxx>

This patch for non-fatal error causes some fatal ones.  Just revert it and
find better solution for original problem.

Signed-off-by: Alexey Starikovskiy <astarikovskiy@xxxxxxx>
Cc: Len Brown <lenb@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/acpi/ec.c |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff -puN drivers/acpi/ec.c~acpi-ec-revert-208c70a45624400fafd7511b96bc426bf01f8f5e drivers/acpi/ec.c
--- a/drivers/acpi/ec.c~acpi-ec-revert-208c70a45624400fafd7511b96bc426bf01f8f5e
+++ a/drivers/acpi/ec.c
@@ -943,11 +943,7 @@ int __init acpi_ec_ecdt_probe(void)
 		boot_ec->command_addr = ecdt_ptr->control.address;
 		boot_ec->data_addr = ecdt_ptr->data.address;
 		boot_ec->gpe = ecdt_ptr->gpe;
-		if (ACPI_FAILURE(acpi_get_handle(NULL, ecdt_ptr->id,
-				&boot_ec->handle))) {
-			pr_info("Failed to locate handle for boot EC\n");
-			boot_ec->handle = ACPI_ROOT_OBJECT;
-		}
+		boot_ec->handle = ACPI_ROOT_OBJECT;
 	} else {
 		/* This workaround is needed only on some broken machines,
 		 * which require early EC, but fail to provide ECDT */
_

Patches currently in -mm which might be from astarikovskiy@xxxxxxx are

git-acpi.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux