projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efc5863
)
Blackfin: SMP: fix continuation lines
author
Joe Perches
<joe@perches.com>
Sat, 27 Mar 2010 02:27:51 +0000
(19:27 -0700)
committer
Mike Frysinger
<vapier@gentoo.org>
Sat, 22 May 2010 18:19:15 +0000
(14:19 -0400)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/mach-common/smp.c
patch
|
blob
|
history
diff --git
a/arch/blackfin/mach-common/smp.c
b/arch/blackfin/mach-common/smp.c
index
7cecbaf
..
a17107a
100644
(file)
--- a/
arch/blackfin/mach-common/smp.c
+++ b/
arch/blackfin/mach-common/smp.c
@@
-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;
}