Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234190
b: refs/heads/master
c: 1aa0b51
h: refs/heads/master
v: v3
  • Loading branch information
Konrad Rzeszutek Wilk committed Mar 3, 2011
1 parent 3149f20 commit 298c4e3
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: 676dc3cf5bc36a9e129a3ad8fe3bd7b2ebf20f5d
refs/heads/master: 1aa0b51a033d4a1ec6d29d06487e053398afa21b
3 changes: 2 additions & 1 deletion trunk/drivers/xen/events.c
Original file line number Diff line number Diff line change
Expand Up @@ -766,8 +766,9 @@ int xen_destroy_irq(int irq)
printk(KERN_WARNING "unmap irq failed %d\n", rc);
goto out;
}
pirq_to_irq[info->u.pirq.pirq] = -1;
}
pirq_to_irq[info->u.pirq.pirq] = -1;

irq_info[irq] = mk_unbound_info();

xen_free_irq(irq);
Expand Down

0 comments on commit 298c4e3

Please sign in to comment.