Signed-off-by: Axel Lin <axel....@ingics.com>
---
 drivers/regulator/qcom_saw-regulator.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/regulator/qcom_saw-regulator.c 
b/drivers/regulator/qcom_saw-regulator.c
index c800f16..c00f0df 100644
--- a/drivers/regulator/qcom_saw-regulator.c
+++ b/drivers/regulator/qcom_saw-regulator.c
@@ -186,8 +186,8 @@ static int qcom_saw_regulator_probe(struct platform_device 
*pdev)
 
        vreg->regmap = syscon_node_to_regmap(saw_np);
        of_node_put(saw_np);
-       if (IS_ERR(config.regmap))
-               return PTR_ERR(config.regmap);
+       if (IS_ERR(vreg->regmap))
+               return PTR_ERR(vreg->regmap);
 
        snprintf(name, sizeof(name), "krait%d", cpu);
 
-- 
2.1.4



Reply via email to