Merge "regulator: cpr4: null terminate of_match_table"

This commit is contained in:
Linux Build Service Account 2017-02-08 17:48:14 -08:00 committed by Gerrit - the friendly Code Review server
commit 24e0ec62a2

View file

@ -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 = {