Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298710
b: refs/heads/master
c: 4ba7c3c
h: refs/heads/master
v: v3
  • Loading branch information
Ming Lei authored and Kevin Hilman committed Mar 22, 2012
1 parent 3d7238d commit 901b7c5
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: 9fa2df6b90786301b175e264f5fa9846aba81a65
refs/heads/master: 4ba7c3c3c6567210bf46b1ab3d089134170c2762
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-omap2/prm_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ int omap_prcm_register_chain_handler(struct omap_prcm_irq_setup *irq_setup)
goto err;
}

for (i = 0; i <= irq_setup->nr_regs; i++) {
for (i = 0; i < irq_setup->nr_regs; i++) {
gc = irq_alloc_generic_chip("PRCM", 1,
irq_setup->base_irq + i * 32, prm_base,
handle_level_irq);
Expand Down

0 comments on commit 901b7c5

Please sign in to comment.