Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97993
b: refs/heads/master
c: 1b7fc5a
h: refs/heads/master
i:
  97991: f1fee8b
v: v3
  • Loading branch information
Alexey Starikovskiy authored and Len Brown committed Jun 11, 2008
1 parent 66c4b77 commit 692cf6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 24e45bbe695719dca8c20e03d386eb6ea86526b5
refs/heads/master: 1b7fc5aae8867046f8d3d45808309d5b7f2e036a
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/ec.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ static int acpi_ec_wait(struct acpi_ec *ec, enum ec_event event, int force_poll)
while (time_before(jiffies, delay)) {
if (acpi_ec_check_status(ec, event))
return 0;
udelay(ACPI_EC_UDELAY);
msleep(1);
}
}
pr_err(PREFIX "acpi_ec_wait timeout, status = 0x%2.2x, event = %s\n",
Expand Down

0 comments on commit 692cf6d

Please sign in to comment.