Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298666
b: refs/heads/master
c: 43e347a
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Apr 6, 2012
1 parent 69dbef6 commit b589b18
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: 35fe2e73bf097409abb9b81e041db83ea08b1c93
refs/heads/master: 43e347a1c451ff61ac16cc0e88ea9f48bbc6351d
2 changes: 1 addition & 1 deletion trunk/drivers/char/apm-emulation.c
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ apm_ioctl(struct file *filp, u_int cmd, u_long arg)
* anything critical, chill a bit on each iteration.
*/
while (wait_event_freezable(apm_suspend_waitqueue,
as->suspend_state == SUSPEND_DONE))
as->suspend_state != SUSPEND_ACKED))
msleep(10);
break;
case SUSPEND_ACKTO:
Expand Down

0 comments on commit b589b18

Please sign in to comment.