Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295604
b: refs/heads/master
c: a5a928c
h: refs/heads/master
v: v3
  • Loading branch information
Jesper Juhl authored and Sascha Hauer committed Feb 27, 2012
1 parent c8f122a commit 50f8d33
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: 29781fa6b6694ae6bf7342f07186df661adeec35
refs/heads/master: a5a928c51f807262a13e6e3412e0e1324f6b7aeb
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-mxc/avic.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ static int avic_irq_set_priority(unsigned char irq, unsigned char prio)
unsigned int mask = 0x0F << irq % 8 * 4;

if (irq >= AVIC_NUM_IRQS)
return -EINVAL;;
return -EINVAL;

temp = __raw_readl(avic_base + AVIC_NIPRIORITY(irq / 8));
temp &= ~mask;
Expand Down

0 comments on commit 50f8d33

Please sign in to comment.