From bf7f882b1ecef99eedfe36c214458fd457cf7d86 Mon Sep 17 00:00:00 2001 From: Sachin Kamat Date: Tue, 25 Feb 2014 16:49:27 +0530 Subject: [PATCH] regulator: mc13xxx: Fix NULL pointer error in non-DT mode MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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-format-patch failed