]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/usb/usbdcore_mpc8xx.c
Cleanup: fix "MHz" spelling
[karo-tx-uboot.git] / drivers / usb / usbdcore_mpc8xx.c
index fa02003d1dbccc9ef71d5b1bae8425deaf34d6f5..53bde0dca34e009c1d1b6cc13fe80d3e2467259a 100644 (file)
@@ -1227,7 +1227,7 @@ static void mpc8xx_udc_clock_init (volatile immap_t * immr,
                return;
        }
 
-       /* Assume the brgclk is 'good enough', we want !(gd->cpu_clk%48Mhz)
+       /* Assume the brgclk is 'good enough', we want !(gd->cpu_clk%48MHz)
         * but, can /probably/ live with close-ish alternative rates.
         */
        divisor = (gd->cpu_clk / 48000000L) - 1;