Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161354
b: refs/heads/master
c: 3eb132c
h: refs/heads/master
v: v3
  • Loading branch information
Xiaotian Feng authored and Rafael J. Wysocki committed Sep 14, 2009
1 parent 05fa17d commit 8707bac
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: 20d652d7d1c2f202215ecf0306ccecc3569df9ba
refs/heads/master: 3eb132c986f04f64b9c360abd67a1e0d18d6d5b4
2 changes: 1 addition & 1 deletion trunk/drivers/base/power/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ void dpm_resume_noirq(pm_message_t state)
struct device *dev;

mutex_lock(&dpm_list_mtx);
transition_started = false;
list_for_each_entry(dev, &dpm_list, power.entry)
if (dev->power.status > DPM_OFF) {
int error;
Expand Down Expand Up @@ -443,7 +444,6 @@ static void dpm_resume(pm_message_t state)

INIT_LIST_HEAD(&list);
mutex_lock(&dpm_list_mtx);
transition_started = false;
while (!list_empty(&dpm_list)) {
struct device *dev = to_device(dpm_list.next);

Expand Down

0 comments on commit 8707bac

Please sign in to comment.