mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-25 21:24:08 +08:00
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>
This commit is contained in:
parent
6ff33f3902
commit
f3f400e760
@ -244,7 +244,7 @@ static int bcm590xx_get_enable_register(int id)
|
||||
break;
|
||||
case BCM590XX_REG_VBUS:
|
||||
reg = BCM590XX_OTG_CTRL;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
return reg;
|
||||
|
Loading…
Reference in New Issue
Block a user