Merge remote-tracking branch 'staging/staging-next'
[deliverable/linux.git] / drivers / staging / sm750fb / ddk750_chip.c
index f80ee776677fcebd5ca23e7eca0bf7be443b9211..c1356bb501a6018ec213598173e3b4238c6a0908 100644 (file)
@@ -86,13 +86,17 @@ static void setMemoryClock(unsigned int frequency)
 {
        unsigned int reg, divisor;
 
-       /* Cheok_0509: For SM750LE, the memory clock is fixed. Nothing to set. */
+       /* Cheok_0509: For SM750LE, the memory clock is fixed.
+        * Nothing to set.
+        */
        if (getChipType() == SM750LE)
                return;
 
        if (frequency) {
-               /* Set the frequency to the maximum frequency that the DDR Memory can take
-               which is 336MHz. */
+               /*
+                * Set the frequency to the maximum frequency that the DDR Memory can take
+                * which is 336MHz.
+                */
                if (frequency > MHz(336))
                        frequency = MHz(336);
 
@@ -133,7 +137,9 @@ static void setMasterClock(unsigned int frequency)
 {
        unsigned int reg, divisor;
 
-       /* Cheok_0509: For SM750LE, the memory clock is fixed. Nothing to set. */
+       /* Cheok_0509: For SM750LE, the memory clock is fixed.
+        * Nothing to set.
+        */
        if (getChipType() == SM750LE)
                return;
 
This page took 0.025562 seconds and 5 git commands to generate.