commit | 7ac33417ecf8c012df0e957cfa0628a6a4347c7d | [log] [tgz] |
---|---|---|
author | Cyrill Gorcunov <gorcunov@gmail.com> | Thu Nov 15 21:47:06 2007 +0300 |
committer | Kumar Gala <galak@kernel.crashing.org> | Mon Nov 19 22:03:00 2007 -0600 |
tree | 027c1104e206c2736c9f88dba41292222333463f | |
parent | 2ffbb8377c7a0713baf6644e285adc27a5654582 [diff] |
[POWERPC] Fix potential NULL dereference 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>