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

Collapse All | Expand All

(-)linux-2.6/drivers/acpi/ec.c (+2 lines)
Lines 196-201 static int acpi_ec_wait(struct acpi_ec * Link Here
196
				return 0;
196
				return 0;
197
			msleep(1);
197
			msleep(1);
198
		}
198
		}
199
		if (acpi_ec_check_status(ec,event))
200
			return 0;
199
	}
201
	}
200
	pr_err(PREFIX "acpi_ec_wait timeout, status = 0x%2.2x, event = %s\n",
202
	pr_err(PREFIX "acpi_ec_wait timeout, status = 0x%2.2x, event = %s\n",
201
		acpi_ec_read_status(ec),
203
		acpi_ec_read_status(ec),

Return to bug 9399