treewide: remove unneeded semicolons
[oweals/u-boot.git] / board / tqc / tqm5200 / cmd_stk52xx.c
index dc22ee4024804a84537eff7a75ea1dad2d36c261..a3916ed9571d678477f727516c10bfc56ec4abf2 100644 (file)
@@ -142,7 +142,7 @@ void amplifier_init(void)
 static void i2s_init(void)
 {
        unsigned long i;
-       struct mpc5xxx_psc *psc = (struct mpc5xxx_psc*)MPC5XXX_PSC2;;
+       struct mpc5xxx_psc *psc = (struct mpc5xxx_psc*)MPC5XXX_PSC2;
        struct mpc5xxx_gpio *gpio = (struct mpc5xxx_gpio*)MPC5XXX_GPIO;
 
        gpio->port_config |= 0x00000070; /* PSC2 ports as Codec with MCLK */