Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108500
b: refs/heads/master
c: 9d699ed
h: refs/heads/master
v: v3
  • Loading branch information
Zhao Yakui authored and Andi Kleen committed Aug 15, 2008
1 parent 8ceeabb commit a521527
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2500822bf4eb0179ef80e5b072c1e0fa83037381
refs/heads/master: 9d699ed92a459cb408e2577e8bbeabc8ec3989e1
2 changes: 2 additions & 0 deletions trunk/drivers/acpi/ec.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ static int acpi_ec_wait(struct acpi_ec *ec, enum ec_event event, int force_poll)
return 0;
msleep(1);
}
if (acpi_ec_check_status(ec,event))
return 0;
}
pr_err(PREFIX "acpi_ec_wait timeout, status = 0x%2.2x, event = %s\n",
acpi_ec_read_status(ec),
Expand Down

0 comments on commit a521527

Please sign in to comment.