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

regulator: bcm590xx: 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
f3f400e7 6ff33f39

+1 -1
+1 -1
drivers/regulator/bcm590xx-regulator.c
··· 244 244 break; 245 245 case BCM590XX_REG_VBUS: 246 246 reg = BCM590XX_OTG_CTRL; 247 - }; 247 + } 248 248 249 249 250 250 return reg;