Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44885
b: refs/heads/master
c: 9d7ac8b
h: refs/heads/master
i:
  44883: da6fac2
v: v3
  • Loading branch information
Thomas Gleixner authored and Linus Torvalds committed Dec 22, 2006
1 parent 35bd3cd commit cffd0d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: e903387f1ebe3a7ddb93cd49c38341d3632df528
refs/heads/master: 9d7ac8be4b48737ad1cebd94ed754a269f360708
3 changes: 1 addition & 2 deletions trunk/kernel/irq/chip.c
Original file line number Diff line number Diff line change
Expand Up @@ -517,8 +517,7 @@ __set_irq_handler(unsigned int irq, irq_flow_handler_t handle, int is_chained,

if (!handle)
handle = handle_bad_irq;

if (desc->chip == &no_irq_chip) {
else if (desc->chip == &no_irq_chip) {
printk(KERN_WARNING "Trying to install %sinterrupt handler "
"for IRQ%d\n", is_chained ? "chained " : "", irq);
/*
Expand Down

0 comments on commit cffd0d0

Please sign in to comment.