Home
last modified time | relevance | path

Searched hist:"9689 ca0af345b82d06a02e45cc214c1b8bad9e8d" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/regulator/
H A Dqcom_spmi-regulator.cdiff 9689ca0af345b82d06a02e45cc214c1b8bad9e8d Mon Jul 16 15:32:53 CEST 2018 Niklas Cassel <niklas.cassel@linaro.org> regulator: qcom_spmi: Do not initialise static to NULL

Fix the following checkpatch error:

ERROR: do not initialise statics to NULL
+static struct regmap *saw_regmap = NULL;

Fixes: 0caecaa87202 ("regulator: qcom_spmi: Add support for SAW")
Signed-off-by: Niklas Cassel <niklas.cassel@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>