Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144491
b: refs/heads/master
c: 846c29f
h: refs/heads/master
i:
  144489: 035a55b
  144487: 8797733
v: v3
  • Loading branch information
Roger Quadros authored and Tony Lindgren committed Apr 23, 2009
1 parent 424c199 commit 0d5ae5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: bedfd15410a331e4183d3d926bb944682cad61f3
refs/heads/master: 846c29f109fc27bd93817271689a752afc9168f8
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-omap2/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ static int omap_check_spurious(unsigned int irq)
u32 sir, spurious;

sir = intc_bank_read_reg(&irq_banks[0], INTC_SIR);
spurious = sir >> 6;
spurious = sir >> 7;

if (spurious > 1) {
if (spurious) {
printk(KERN_WARNING "Spurious irq %i: 0x%08x, please flush "
"posted write for irq %i\n",
irq, sir, previous_irq);
Expand Down

0 comments on commit 0d5ae5f

Please sign in to comment.