Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376861
b: refs/heads/master
c: 94a63da
h: refs/heads/master
i:
  376859: 4017bcd
v: v3
  • Loading branch information
Linus Walleij authored and Grant Likely committed Jun 8, 2013
1 parent a075e36 commit 5b13d02
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 275e31b10ce20613aedceaa5160129c64b260a98
refs/heads/master: 94a63da0ac1a67bfb8b30aec1086523c5031ea5a
5 changes: 4 additions & 1 deletion trunk/kernel/irq/irqdomain.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,10 @@ static unsigned int irq_domain_legacy_revmap(struct irq_domain *domain,
* irq_domain_add_simple() - Allocate and register a simple irq_domain.
* @of_node: pointer to interrupt controller's device tree node.
* @size: total number of irqs in mapping
* @first_irq: first number of irq block assigned to the domain
* @first_irq: first number of irq block assigned to the domain,
* pass zero to assign irqs on-the-fly. This will result in a
* linear IRQ domain so it is important to use irq_create_mapping()
* for each used IRQ, especially when SPARSE_IRQ is enabled.
* @ops: map/unmap domain callbacks
* @host_data: Controller private data pointer
*
Expand Down

0 comments on commit 5b13d02

Please sign in to comment.