]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/mpc86xx/spd_sdram.c
Big white-space cleanup.
[people/ms/u-boot.git] / cpu / mpc86xx / spd_sdram.c
index 8485841a45305a544178f942b651786573a689b5..5cc0c266f06ce9cd62cd1894a3c1958226fee236 100644 (file)
@@ -528,7 +528,7 @@ spd_init(unsigned char i2c_address, unsigned int ddr_num,
                        caslat -= 1;
                else if (busfreq > max_data_rate) {
                        printf("DDR: Bus freq %d MHz is not fit for DDR rate %d MHz\n",
-                       busfreq, max_data_rate);
+                       busfreq, max_data_rate);
                        return 0;
                }
        }