[POWERPC] Fix potential NULL dereference
authorCyrill Gorcunov <gorcunov@gmail.com>
Thu, 15 Nov 2007 18:47:06 +0000 (21:47 +0300)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 20 Nov 2007 04:03:00 +0000 (22:03 -0600)
This patch does fix potential NULL pointer dereference that could take
place inside of strcmp() if of_get_property() call failed.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

No differences found