regulator: da9063: Remove unneeded semicolon
It's clearly a typo error that just creates a null statement so remove it. Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Родитель
6ff33f3902
Коммит
424fb281d6
|
@ -698,7 +698,7 @@ static struct da9063_regulators_pdata *da9063_parse_regulators_dt(
|
|||
rdata->initdata = da9063_matches[i].init_data;
|
||||
|
||||
n++;
|
||||
};
|
||||
}
|
||||
|
||||
*da9063_reg_matches = da9063_matches;
|
||||
return pdata;
|
||||
|
|
Загрузка…
Ссылка в новой задаче