Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342323
b: refs/heads/master
c: 7add0ec
h: refs/heads/master
i:
  342321: 0843299
  342319: 7c394d4
v: v3
  • Loading branch information
Tomasz Figa authored and Kukjin Kim committed Nov 21, 2012
1 parent c4ef279 commit bebf5cf
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 2ed5f236716cbd20f51bdc87ddd91bad259c81a6
refs/heads/master: 7add0ec0fef19d5b7a3ae38c5deb80819a065a17
3 changes: 2 additions & 1 deletion trunk/arch/arm/mach-exynos/pm_domains.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ static __init int exynos_pm_dt_parse_domains(void)
return -ENOMEM;
}

pd->name = np->name;
pd->pd.name = kstrdup(np->name, GFP_KERNEL);
pd->name = pd->pd.name;
pd->base = of_iomap(np, 0);
pd->pd.power_off = exynos_pd_power_off;
pd->pd.power_on = exynos_pd_power_on;
Expand Down

0 comments on commit bebf5cf

Please sign in to comment.