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

Collapse All | Expand All

(-)a/drivers/acpi/ec.c (-1 / +1 lines)
Lines 1902-1907 void __init acpi_ec_ecdt_probe(void) Link Here
1902
	int ret;
1902
	int ret;
1903
1903
1904
	/* Generate a boot ec context. */
1904
	/* Generate a boot ec context. */
1905
	printk("EC Debug: SYS_VENDOR %s, PRODUCT_NAME %s\n", dmi_get_system_info(DMI_SYS_VENDOR), dmi_get_system_info(DMI_PRODUCT_NAME));
1905
	dmi_check_system(ec_dmi_table);
1906
	dmi_check_system(ec_dmi_table);
1906
	status = acpi_get_table(ACPI_SIG_ECDT, 1,
1907
	status = acpi_get_table(ACPI_SIG_ECDT, 1,
1907
				(struct acpi_table_header **)&ecdt_ptr);
1908
				(struct acpi_table_header **)&ecdt_ptr);
1908
- 

Return to bug 203563