Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198205
b: refs/heads/master
c: db52ecc
h: refs/heads/master
i:
  198203: 3fdad18
v: v3
  • Loading branch information
Joe Perches authored and Mike Frysinger committed May 22, 2010
1 parent bb3ddc4 commit 6d87b4b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: efc5863eb52a04134869f5ceb5f81a6fe9b47469
refs/heads/master: db52ecc2953d932b2fc1c62e585231659edd1d98
4 changes: 2 additions & 2 deletions trunk/arch/blackfin/mach-common/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ static irqreturn_t ipi_handler(int irq, void *dev_instance)
kfree(msg);
break;
default:
printk(KERN_CRIT "CPU%u: Unknown IPI message \
0x%lx\n", cpu, msg->type);
printk(KERN_CRIT "CPU%u: Unknown IPI message 0x%lx\n",
cpu, msg->type);
kfree(msg);
break;
}
Expand Down

0 comments on commit 6d87b4b

Please sign in to comment.