Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305827
b: refs/heads/master
c: 4fcac10
h: refs/heads/master
i:
  305825: 2a932b6
  305823: c686062
v: v3
  • Loading branch information
Huang Ying authored and Rafael J. Wysocki committed May 11, 2012
1 parent 2868d7a commit 2c15a1d
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: 6ff7bb0d02f82968be13937c03e93b6c090229df
refs/heads/master: 4fcac10d28e7a046120b51a106b19082d2e57401
2 changes: 1 addition & 1 deletion trunk/drivers/base/power/domain.c
Original file line number Diff line number Diff line change
Expand Up @@ -1448,7 +1448,7 @@ int pm_genpd_add_subdomain(struct generic_pm_domain *genpd,
goto out;
}

list_for_each_entry(link, &genpd->slave_links, slave_node) {
list_for_each_entry(link, &genpd->master_links, master_node) {
if (link->slave == subdomain && link->master == genpd) {
ret = -EINVAL;
goto out;
Expand Down

0 comments on commit 2c15a1d

Please sign in to comment.