Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268991
b: refs/heads/master
c: 32cffdd
h: refs/heads/master
i:
  268989: 73a0cd2
  268987: 8a477f1
  268983: 9eeb3e7
  268975: 3018005
  268959: eff6dab
  268927: eeb58de
v: v3
  • Loading branch information
Thomas Gleixner committed Oct 4, 2011
1 parent d44f14b commit 027c7c4
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 1e7c5fd29487ee88cb3abac945bafa60ae026146
refs/heads/master: 32cffdde4a3ee6c2d9e0f0a94edecf1a9ce7586b
2 changes: 1 addition & 1 deletion trunk/kernel/irq/manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -1435,7 +1435,7 @@ void enable_percpu_irq(unsigned int irq, unsigned int type)
ret = __irq_set_trigger(desc, irq, type);

if (ret) {
WARN(1, "failed to set type for IRQ%d\n, irq");
WARN(1, "failed to set type for IRQ%d\n", irq);
goto out;
}
}
Expand Down

0 comments on commit 027c7c4

Please sign in to comment.