]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/spi/mxc_spi.c
Big white-space cleanup.
[karo-tx-uboot.git] / drivers / spi / mxc_spi.c
index b2e3ab9b676bcb311eb1a4227a6dc03c9f9290a0..c166ec5023953eec7635ce5c7c7e0dc55f082b33 100644 (file)
@@ -48,7 +48,7 @@
 #define MXC_CSPICTRL_POL       (1 << 4)
 #define MXC_CSPICTRL_PHA       (1 << 5)
 #define MXC_CSPICTRL_SSCTL     (1 << 6)
-#define MXC_CSPICTRL_SSPOL     (1 << 7)
+#define MXC_CSPICTRL_SSPOL     (1 << 7)
 #define MXC_CSPICTRL_CHIPSELECT(x)     (((x) & 0x3) << 24)
 #define MXC_CSPICTRL_BITCOUNT(x)       (((x) & 0x1f) << 8)
 #define MXC_CSPICTRL_DATARATE(x)       (((x) & 0x7) << 16)