diff options
Diffstat (limited to 'drivers/char/apm-emulation.c')
| -rw-r--r-- | drivers/char/apm-emulation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/apm-emulation.c b/drivers/char/apm-emulation.c index 57501ca9204b..46118f845948 100644 --- a/drivers/char/apm-emulation.c +++ b/drivers/char/apm-emulation.c | |||
| @@ -301,7 +301,7 @@ apm_ioctl(struct file *filp, u_int cmd, u_long arg) | |||
| 301 | * anything critical, chill a bit on each iteration. | 301 | * anything critical, chill a bit on each iteration. |
| 302 | */ | 302 | */ |
| 303 | while (wait_event_freezable(apm_suspend_waitqueue, | 303 | while (wait_event_freezable(apm_suspend_waitqueue, |
| 304 | as->suspend_state == SUSPEND_DONE)) | 304 | as->suspend_state != SUSPEND_ACKED)) |
| 305 | msleep(10); | 305 | msleep(10); |
| 306 | break; | 306 | break; |
| 307 | case SUSPEND_ACKTO: | 307 | case SUSPEND_ACKTO: |
