Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366281
b: refs/heads/master
c: 8c655c9
h: refs/heads/master
i:
  366279: 89f76eb
v: v3
  • Loading branch information
Zhang Yanfei authored and Jiri Kosina committed Mar 18, 2013
1 parent 404e078 commit 52832bf
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: c03117574726750ea01508b7b89fe058eabe2251
refs/heads/master: 8c655c9b49d7dda92cf346fa74e9d542dddd3551
2 changes: 1 addition & 1 deletion trunk/arch/arm/kernel/topology.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ static void __init parse_dt_topology(void)
int alloc_size, cpu = 0;

alloc_size = nr_cpu_ids * sizeof(struct cpu_capacity);
cpu_capacity = (struct cpu_capacity *)kzalloc(alloc_size, GFP_NOWAIT);
cpu_capacity = kzalloc(alloc_size, GFP_NOWAIT);

while ((cn = of_find_node_by_type(cn, "cpu"))) {
const u32 *rate, *reg;
Expand Down

0 comments on commit 52832bf

Please sign in to comment.