projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
powerpc/85xx: Re-add the device_type soc to socrates.dts
[linux-2.6]
/
arch
/
powerpc
/
boot
/
mpsc.c
diff --git
a/arch/powerpc/boot/mpsc.c
b/arch/powerpc/boot/mpsc.c
index
802ea53
..
425ad88
100644
(file)
--- a/
arch/powerpc/boot/mpsc.c
+++ b/
arch/powerpc/boot/mpsc.c
@@
-141,7
+141,7
@@
int mpsc_console_init(void *devp, struct serial_console_data *scdp)
if (mpscintr_base == NULL)
goto err_out;
- n = getprop(devp, "
block
-index", &v, sizeof(v));
+ n = getprop(devp, "
cell
-index", &v, sizeof(v));
if (n != sizeof(v))
goto err_out;
reg_set = (int)v;