Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7000
b: refs/heads/master
c: 46dacba
h: refs/heads/master
v: v3
  • Loading branch information
Michal Schmidt authored and Linus Torvalds committed Sep 5, 2005
1 parent f37101b commit 3e2f7d4
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: c2ff18f4070f6303a81fd7d9d967d7c9e01b588f
refs/heads/master: 46dacba52a19d1414ba249499a48382c16242d99
2 changes: 1 addition & 1 deletion trunk/drivers/ide/ide-io.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ static void ide_complete_power_step(ide_drive_t *drive, struct request *rq, u8 s

switch (rq->pm->pm_step) {
case ide_pm_flush_cache: /* Suspend step 1 (flush cache) complete */
if (rq->pm->pm_state == 4)
if (rq->pm->pm_state == PM_EVENT_FREEZE)
rq->pm->pm_step = ide_pm_state_completed;
else
rq->pm->pm_step = idedisk_pm_standby;
Expand Down

0 comments on commit 3e2f7d4

Please sign in to comment.