OSDN Git Service

regulator: da9063: Remove unneeded semicolon
authorJavier Martinez Canillas <javier@osg.samsung.com>
Fri, 11 Sep 2015 02:26:57 +0000 (04:26 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 14 Sep 2015 18:48:48 +0000 (19:48 +0100)
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>
drivers/regulator/da9063-regulator.c

index aed1ad3..536e931 100644 (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;