提交 424fb281 编写于 作者: J Javier Martinez Canillas 提交者: Mark Brown

regulator: da9063: Remove unneeded semicolon

It's clearly a typo error that just creates a null statement so remove it.
Signed-off-by: NJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 6ff33f39
...@@ -698,7 +698,7 @@ static struct da9063_regulators_pdata *da9063_parse_regulators_dt( ...@@ -698,7 +698,7 @@ static struct da9063_regulators_pdata *da9063_parse_regulators_dt(
rdata->initdata = da9063_matches[i].init_data; rdata->initdata = da9063_matches[i].init_data;
n++; n++;
}; }
*da9063_reg_matches = da9063_matches; *da9063_reg_matches = da9063_matches;
return pdata; return pdata;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册