summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-02-08 17:48:14 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-02-08 17:48:14 -0800
commit24e0ec62a2ecda6124a12cfedf0eba719a2bef62 (patch)
tree51b6fb28f0c08fe58afb31adbdb1b9c1a6d74b46
parent2eb98d38892ee710c962d4b3a43e6c102a35809d (diff)
parentc74187e5c80073b82fb2fe383271708c4420e6de (diff)
Merge "regulator: cpr4: null terminate of_match_table"
-rw-r--r--drivers/regulator/cpr4-mmss-ldo-regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/cpr4-mmss-ldo-regulator.c b/drivers/regulator/cpr4-mmss-ldo-regulator.c
index f8e3ea40ddac..c4aef84e26eb 100644
--- a/drivers/regulator/cpr4-mmss-ldo-regulator.c
+++ b/drivers/regulator/cpr4-mmss-ldo-regulator.c
@@ -737,6 +737,7 @@ static const struct of_device_id cpr4_mmss_regulator_match_table[] = {
.compatible = "qcom,cpr4-sdm660-mmss-ldo-regulator",
.data = (void *)NULL,
},
+ { },
};
static struct platform_driver cpr4_mmss_regulator_driver = {