From: Javier Martinez Canillas Date: Fri, 11 Sep 2015 02:26:57 +0000 (+0200) Subject: regulator: da9063: Remove unneeded semicolon X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=424fb281d6dff1c0fef2a402de3b3819b7a91a87;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/da9063-regulator.c b/drivers/regulator/da9063-regulator.c index aed1ad3dc964..536e931eb921 100644 --- a/drivers/regulator/da9063-regulator.c +++ b/drivers/regulator/da9063-regulator.c @@ -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;