Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279926
b: refs/heads/master
c: 9f9df00
h: refs/heads/master
v: v3
  • Loading branch information
Jamie Iles authored and Russell King committed Jan 3, 2012
1 parent f801c9d commit 31c1674
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: c87fb57346fc7653ace98769f148e0dcd88ac1ee
refs/heads/master: 9f9df00accb343f61a5782904af10366a18ebb5a
2 changes: 1 addition & 1 deletion trunk/arch/arm/common/vic.c
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ static void __init vic_register(void __iomem *base, unsigned int irq,
v->domain.nr_irq = 32;
#ifdef CONFIG_OF_IRQ
v->domain.of_node = of_node_get(node);
v->domain.ops = &irq_domain_simple_ops;
#endif /* CONFIG_OF */
v->domain.ops = &irq_domain_simple_ops;
irq_domain_add(&v->domain);
}

Expand Down

0 comments on commit 31c1674

Please sign in to comment.