From: Sachin Kamat Date: Tue, 25 Feb 2014 11:19:27 +0000 (+0530) Subject: regulator: mc13xxx: Fix NULL pointer error in non-DT mode X-Git-Tag: v3.15-rc1~148^2~2^5~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf7f882b1ecef99eedfe36c214458fd457cf7d86;p=pandora-kernel.git regulator: mc13xxx: Fix NULL pointer error in non-DT mode Add a check to avoid NULL pointer dereference error when booted in non-DT mode. While at it also remove the additional of_node_get which is no longer needed for of_get_child_by_name and fix the node pointer. Signed-off-by: Sachin Kamat Reported-by: Philippe Rétornaz Signed-off-by: Mark Brown --- Reading git-diff-tree failed