Loading
msm-core: Check for NULL child_node
Currently child_node is being deferenced without the check for NULL value.
of_get_cpu_node could return NULL as well. Add a check for NULL value
and proceed with deference only if it has a valid value.
Change-Id: I478c4bb66d08c783978339263f80861145a1684a
Signed-off-by:
Archana Sathyakumar <asathyak@codeaurora.org>