]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/pxa/mmc.c
* Patches by Xianghua Xiao, 15 Oct 2003:
[karo-tx-uboot.git] / cpu / pxa / mmc.c
index 4363a5fde3e449fa80e3a0b2ea26cd9a4c4d6a12..4495962976b917c61f3dca24eda459bd53e1e00e 100644 (file)
@@ -481,7 +481,7 @@ mmc_init(int verbose)
        MMC_CLKRT = 0;  /* 20 MHz */
        resp = mmc_cmd(7, MMC_DEFAULT_RCA, 0, MMC_CMDAT_R1);
 
-       fat_register_device(&mmc_dev,1); /* partitions start counting with 1 */ 
+       fat_register_device(&mmc_dev,1); /* partitions start counting with 1 */
 
        return rc;
 }