Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123048
b: refs/heads/master
c: 6358d6c
h: refs/heads/master
v: v3
  • Loading branch information
Sebastien Dugue authored and Paul Mackerras committed Dec 3, 2008
1 parent 01e4215 commit 51d6f4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 786b32f892dc341b607445bdef29d8e41a840925
refs/heads/master: 6358d6cb328a772eb6f02c870da61709d539480f
1 change: 1 addition & 0 deletions trunk/arch/powerpc/kernel/ibmebus.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ void ibmebus_free_irq(u32 ist, void *dev_id)
unsigned int irq = irq_find_mapping(NULL, ist);

free_irq(irq, dev_id);
irq_dispose_mapping(irq);
}
EXPORT_SYMBOL(ibmebus_free_irq);

Expand Down

0 comments on commit 51d6f4e

Please sign in to comment.