commit | 9a5573e378c5c8976c6000a7643b52e2a0481688 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Tue Aug 09 15:20:20 2005 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Mon Aug 29 10:53:38 2005 +1000 |
tree | fc8e0e366460434b515128a287448fa64d15f105 | |
parent | 95920324f51b3a12603cf6d9bacbd831f34c5b60 [diff] |
[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>