Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40937
b: refs/heads/master
c: b86432b
h: refs/heads/master
i:
  40935: ca6adf7
v: v3
  • Loading branch information
Zhang, Yanmin authored and Linus Torvalds committed Nov 16, 2006
1 parent 40dd0e6 commit 3bc6c19
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b48f5457b4e9d64d9c1117a4ece247d98b4db49f
refs/heads/master: b86432b42eba5671969a9e6483ee219674b7ee25
2 changes: 2 additions & 0 deletions trunk/kernel/irq/chip.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ void irq_chip_set_defaults(struct irq_chip *chip)
chip->shutdown = chip->disable;
if (!chip->name)
chip->name = chip->typename;
if (!chip->end)
chip->end = dummy_irq_chip.end;
}

static inline void mask_ack_irq(struct irq_desc *desc, int irq)
Expand Down

0 comments on commit 3bc6c19

Please sign in to comment.