Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336105
b: refs/heads/master
c: d356cf5
h: refs/heads/master
i:
  336103: 4c55e9a
v: v3
  • Loading branch information
Russell King - ARM Linux authored and Jason Cooper committed Nov 21, 2012
1 parent b7e1f9a commit beac2fd
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: 5d3df935426271016b895aecaa247101b4bfa35e
refs/heads/master: d356cf5a74afa32b40decca3c9dd88bc3cd63eb5
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-dove/include/mach/pm.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ static inline int pmu_to_irq(int pin)

static inline int irq_to_pmu(int irq)
{
if (IRQ_DOVE_PMU_START < irq && irq < NR_IRQS)
if (IRQ_DOVE_PMU_START <= irq && irq < NR_IRQS)
return irq - IRQ_DOVE_PMU_START;

return -EINVAL;
Expand Down

0 comments on commit beac2fd

Please sign in to comment.