]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/mpc8xx/spi.c
* Code cleanup:
[karo-tx-uboot.git] / cpu / mpc8xx / spi.c
index f04d88e34e4e93713303eaaa0d565ae0055ee1d2..16b3f3a957fec0d2a4b53711a6d14a4ff88e0135 100644 (file)
@@ -223,12 +223,12 @@ void spi_init_f (void)
 
        /***********IMPORTANT******************/
 
-        /*
-         * Setting transmit and receive buffer descriptor pointers
-         * initially to rbase and tbase. Only the microcode patches
-         * documentation talks about initializing this pointer. This
-         * is missing from the sample I2C driver. If you dont
-         * initialize these pointers, the kernel hangs.
+       /*
+        * Setting transmit and receive buffer descriptor pointers
+        * initially to rbase and tbase. Only the microcode patches
+        * documentation talks about initializing this pointer. This
+        * is missing from the sample I2C driver. If you dont
+        * initialize these pointers, the kernel hangs.
         */
        spi->spi_rbptr = spi->spi_rbase;
        spi->spi_tbptr = spi->spi_tbase;