Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116979
b: refs/heads/master
c: 1b532c6
h: refs/heads/master
i:
  116977: a055a21
  116975: c5cb68c
v: v3
  • Loading branch information
Harvey Harrison authored and Chris Zankel committed Oct 15, 2008
1 parent d2f4749 commit 290932b
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: ef9c2f04dbeef3bf8ffcb43aeb5d8738f4141718
refs/heads/master: 1b532c6ced5417ef18d5c10e5bc5e0ae21eb81c4
2 changes: 1 addition & 1 deletion trunk/arch/xtensa/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ asmlinkage void do_IRQ(int irq, struct pt_regs *regs)

if (irq >= NR_IRQS) {
printk(KERN_EMERG "%s: cannot handle IRQ %d\n",
__FUNCTION__, irq);
__func__, irq);
}

irq_enter();
Expand Down

0 comments on commit 290932b

Please sign in to comment.