提交 f3f400e7 编写于 作者: J Javier Martinez Canillas 提交者: Mark Brown

regulator: bcm590xx: Remove unneeded semicolon

It's clearly a typo error that just creates a null statement so remove it.
Signed-off-by: NJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 6ff33f39
...@@ -244,7 +244,7 @@ static int bcm590xx_get_enable_register(int id) ...@@ -244,7 +244,7 @@ static int bcm590xx_get_enable_register(int id)
break; break;
case BCM590XX_REG_VBUS: case BCM590XX_REG_VBUS:
reg = BCM590XX_OTG_CTRL; reg = BCM590XX_OTG_CTRL;
}; }
return reg; return reg;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册