Sfoglia il codice sorgente

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>
Javier Martinez Canillas 10 anni fa
parent
commit
424fb281d6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      drivers/regulator/da9063-regulator.c

+ 1 - 1
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;