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:
Javier Martinez Canillas 2015-09-11 04:26:57 +02:00 committed by Mark Brown
parent 6ff33f3902
commit 424fb281d6
1 changed files with 1 additions and 1 deletions

View File

@ -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;