From mboxrd@z Thu Jan 1 00:00:00 1970 From: Niklas Cassel Subject: [PATCH v2 0/4] regulator: qcom_spmi: fix Bad of_node_put() splat Date: Mon, 16 Jul 2018 15:32:50 +0200 Message-ID: <20180716133255.1506-1-niklas.cassel@linaro.org> Return-path: Sender: linux-kernel-owner@vger.kernel.org To: broonie@kernel.org, Liam Girdwood Cc: linux-arm-msm@vger.kernel.org, johan@kernel.org, Niklas Cassel , linux-kernel@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org Fix Bad of_node_put() splat, and some minor checkpatch issues. Changes since v1: -Use of_get_child_by_name() instead of of_find_node_by_name(). Niklas Cassel (4): regulator: qcom_spmi: Fix warning Bad of_node_put() regulator: qcom_spmi: Use correct regmap when checking for error regulator: qcom_spmi: Do not initialise static to NULL regulator: qcom_spmi: Indent with tabs instead of spaces drivers/regulator/qcom_spmi-regulator.c | 38 +++++++++++++++---------- 1 file changed, 23 insertions(+), 15 deletions(-) -- 2.17.1