Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107663
b: refs/heads/master
c: c69ad71
h: refs/heads/master
i:
  107661: abe8d5e
  107659: d06a412
  107655: 715fff7
  107647: f317d16
v: v3
  • Loading branch information
David Brownell authored and Linus Torvalds committed Aug 5, 2008
1 parent 5499dfa commit c153cf8
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: 5b2becc8cffdccdd60c63099f592ddd35aa6c34f
refs/heads/master: c69ad71bcdecbaab82cfacb1dc967bd7fd967a3b
3 changes: 2 additions & 1 deletion trunk/kernel/irq/manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,8 @@ static int __irq_set_trigger(struct irq_chip *chip, unsigned int irq,
ret = chip->set_type(irq, flags & IRQF_TRIGGER_MASK);

if (ret)
pr_err("setting flow type for irq %u failed (%pF)\n",
pr_err("setting trigger mode %d for irq %u failed (%pF)\n",
(int)(flags & IRQF_TRIGGER_MASK),
irq, chip->set_type);

return ret;
Expand Down

0 comments on commit c153cf8

Please sign in to comment.