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

Collapse All | Expand All

(-)a/drivers/acpi/ec.c (-2 / +2 lines)
Lines 219-226 static int acpi_ec_wait(struct acpi_ec *ec) Link Here
219
	if (printk_ratelimit())
219
	if (printk_ratelimit())
220
		pr_info(PREFIX "missing confirmations, "
220
		pr_info(PREFIX "missing confirmations, "
221
				"switch off interrupt mode.\n");
221
				"switch off interrupt mode.\n");
222
	set_bit(EC_FLAGS_NO_GPE, &ec->flags);
222
//	set_bit(EC_FLAGS_NO_GPE, &ec->flags);
223
	clear_bit(EC_FLAGS_GPE_MODE, &ec->flags);
223
//	clear_bit(EC_FLAGS_GPE_MODE, &ec->flags);
224
	return 1;
224
	return 1;
225
}
225
}
226
226

Return to bug 11896