Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376860
b: refs/heads/master
c: 275e31b
h: refs/heads/master
v: v3
  • Loading branch information
Chen Gang authored and Grant Likely committed Jun 8, 2013
1 parent 4017bcd commit a075e36
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 346dbb79ea0118ebb0df372b35cab9d5805216cd
refs/heads/master: 275e31b10ce20613aedceaa5160129c64b260a98
3 changes: 2 additions & 1 deletion trunk/kernel/irq/irqdomain.c
Original file line number Diff line number Diff line change
Expand Up @@ -398,11 +398,12 @@ static void irq_domain_disassociate_many(struct irq_domain *domain,
while (count--) {
int irq = irq_base + count;
struct irq_data *irq_data = irq_get_irq_data(irq);
irq_hw_number_t hwirq = irq_data->hwirq;
irq_hw_number_t hwirq;

if (WARN_ON(!irq_data || irq_data->domain != domain))
continue;

hwirq = irq_data->hwirq;
irq_set_status_flags(irq, IRQ_NOREQUEST);

/* remove chip and handler */
Expand Down

0 comments on commit a075e36

Please sign in to comment.