View | Details | Raw Unified | Return to bug 200011 | Differences between
and this patch

Collapse All | Expand All

(-)a/drivers/acpi/ec.c (-2 / +1 lines)
Lines 1537-1543 static int acpi_config_boot_ec(struct acpi_ec *ec, acpi_handle handle, Link Here
1537
	 * boot EC. And if it happens after the namespace initialization,
1537
	 * boot EC. And if it happens after the namespace initialization,
1538
	 * it causes _REG evaluations.
1538
	 * it causes _REG evaluations.
1539
	 */
1539
	 */
1540
	if (boot_ec && boot_ec->handle != handle)
1540
	if ((boot_ec && boot_ec->handle != handle) || handle_events)
1541
		ec_remove_handlers(boot_ec);
1541
		ec_remove_handlers(boot_ec);
1542
1542
1543
	/* Unset old boot EC */
1543
	/* Unset old boot EC */
1544
- 

Return to bug 200011