]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/fads/pcmcia.c
Big white-space cleanup.
[karo-tx-uboot.git] / board / fads / pcmcia.c
index 57a24543a854d0eef3e948883df373dcd1ade663..99fe0b4fb97db038b47777693b03dd5fe1f8a0c1 100644 (file)
@@ -62,7 +62,7 @@ int pcmcia_voltage_set(int slot, int vcc, int vpp)
        *((uint *)BCSR1) |= reg;
 #endif
 
-       *((uint *)BCSR1) |= reg << 20;
+       *((uint *)BCSR1) |= reg << 20;
 
        return 0;
 }