]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: lantiq: unbreak devicetree init
authorJohn Crispin <blogic@openwrt.org>
Fri, 9 Nov 2012 11:09:57 +0000 (12:09 +0100)
committerJohn Crispin <blogic@openwrt.org>
Sun, 11 Nov 2012 17:44:05 +0000 (18:44 +0100)
commitdbebfa232516aa6ef5bf998bba161b760e73a4c3
tree1af7acc485e7d673eb43b828f57305c6c2ba35db
parent3892b8d12f1c8468c84f157df2180b2590c5355d
MIPS: lantiq: unbreak devicetree init

The bootmem was incorrectly freed resulting in lots of dangling pointers.
Additionally we should use of_platform_populate() as the Documentaion tells us
to do so.

Signed-off-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/4518
arch/mips/lantiq/prom.c