[POWERPC] CELLEB: Fix possible NULL pointer dereference
authorCyrill Gorcunov <gorcunov@gmail.com>
Thu, 29 Nov 2007 07:44:18 +0000 (18:44 +1100)
committerPaul Mackerras <paulus@samba.org>
Thu, 6 Dec 2007 03:44:30 +0000 (14:44 +1100)
This adds checking for NULL returned value from of_get_property to
prevent possible NULL pointer dereference in the case when expected
properties are not present.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found