Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184637
b: refs/heads/master
c: cf57aa7
h: refs/heads/master
i:
  184635: ca02de4
v: v3
  • Loading branch information
Paul Walmsley committed Jan 27, 2010
1 parent 35b3368 commit 257a721
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: 369d5614457384edcf62c5f39b03dd20be6ea1df
refs/heads/master: cf57aa7c5453e786acd37edea8acdd9497c708d6
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-omap2/powerdomain.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ static int _pwrdm_register(struct powerdomain *pwrdm)
list_add(&pwrdm->node, &pwrdm_list);

/* Initialize the powerdomain's state counter */
for (i = 0; i < 4; i++)
for (i = 0; i < PWRDM_MAX_PWRSTS; i++)
pwrdm->state_counter[i] = 0;

pwrdm_wait_transition(pwrdm);
Expand Down

0 comments on commit 257a721

Please sign in to comment.