Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3f400e7 authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Mark Brown
Browse files

regulator: bcm590xx: Remove unneeded semicolon



It's clearly a typo error that just creates a null statement so remove it.

Signed-off-by: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 6ff33f39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -244,7 +244,7 @@ static int bcm590xx_get_enable_register(int id)
			break;
		case BCM590XX_REG_VBUS:
			reg = BCM590XX_OTG_CTRL;
		};
		}


	return reg;