]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] ppc64: Check of_chosen in check_for_initrd()
authorMichael Ellerman <michael@ellerman.id.au>
Tue, 9 Aug 2005 05:20:20 +0000 (15:20 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 29 Aug 2005 00:53:38 +0000 (10:53 +1000)
commit9a5573e378c5c8976c6000a7643b52e2a0481688
treefc8e0e366460434b515128a287448fa64d15f105
parent95920324f51b3a12603cf6d9bacbd831f34c5b60
[PATCH] ppc64: Check of_chosen in check_for_initrd()

You can't call get_property() on a NULL node, so check if of_chosen is set
in check_for_initrd().

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
 arch/ppc64/kernel/setup.c |   20 ++++++++++++--------
 1 files changed, 12 insertions(+), 8 deletions(-)
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc64/kernel/setup.c