]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/kup/common/pcmcia.c
Big white-space cleanup.
[karo-tx-uboot.git] / board / kup / common / pcmcia.c
index def38f1c687793a8726b8246c1770e470f4176b4..8f0cf17b987abe7db3178262ffcefa14648ec5a8 100644 (file)
@@ -188,7 +188,7 @@ int pcmcia_voltage_set(int slot, int vcc, int vpp)
        cp->cp_pbdat |=  KUP4K_PCMCIA_B_3V3; /* active low */
 
        switch(vcc) {
-               case  0:                break;
+               case  0:                break;
                case 33:
                        cp->cp_pbdat &= ~KUP4K_PCMCIA_B_3V3;
                        debug ("PCMCIA powered at 3.3V\n");