Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Javier Martinez Canillas and committed by
Mark Brown
424fb281 6ff33f39

+1 -1
+1 -1
drivers/regulator/da9063-regulator.c
··· 698 698 rdata->initdata = da9063_matches[i].init_data; 699 699 700 700 n++; 701 - }; 701 + } 702 702 703 703 *da9063_reg_matches = da9063_matches; 704 704 return pdata;