]> Git Repo - linux.git/commitdiff
regulator: bcm590xx: Remove unneeded semicolon
authorJavier Martinez Canillas <[email protected]>
Fri, 11 Sep 2015 02:26:56 +0000 (04:26 +0200)
committerMark Brown <[email protected]>
Mon, 14 Sep 2015 18:48:34 +0000 (19:48 +0100)
It's clearly a typo error that just creates a null statement so remove it.

Signed-off-by: Javier Martinez Canillas <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
drivers/regulator/bcm590xx-regulator.c

index 628430bdc312d135eb128b0da6e811042536605f..76b01835dcb44f51e59b8f4986b6fb9874a9a6c3 100644 (file)
@@ -244,7 +244,7 @@ static int bcm590xx_get_enable_register(int id)
                        break;
                case BCM590XX_REG_VBUS:
                        reg = BCM590XX_OTG_CTRL;
-               };
+               }
 
 
        return reg;
This page took 0.05688 seconds and 4 git commands to generate.