Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145119
b: refs/heads/master
c: 7b7210d
h: refs/heads/master
i:
  145117: 2536439
  145115: a9f95ab
  145111: 62494fd
  145103: 9c12537
  145087: 9e2be24
v: v3
  • Loading branch information
Michal Simek committed May 18, 2009
1 parent 724ed9c commit 781bc90
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: 3026589c1bc17b0c389b95afec127e92e2a745e2
refs/heads/master: 7b7210d7a9d260becef4dba98b9075e2c9b41f93
4 changes: 2 additions & 2 deletions trunk/arch/microblaze/kernel/intc.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ void __init init_IRQ(void)

intr_type =
*(int *) of_get_property(intc, "xlnx,kind-of-intr", NULL);
if (intr_type >= (1 << nr_irq))
printk(KERN_INFO " ERROR: Mishmash in king-of-intr param\n");
if (intr_type >= (1 << (nr_irq + 1)))
printk(KERN_INFO " ERROR: Mismatch in kind-of-intr param\n");

#ifdef CONFIG_SELFMOD_INTC
selfmod_function((int *) arr_func, intc_baseaddr);
Expand Down

0 comments on commit 781bc90

Please sign in to comment.