Coding Style cleanup: remove trailing white space
[platform/kernel/u-boot.git] / board / freescale / mpc8555cds / mpc8555cds.c
index d4e7abe..e2093d1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2004, 2011 Freescale Semiconductor.
  *
- * SPDX-License-Identifier:    GPL-2.0+ 
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -248,7 +248,7 @@ local_bus_init(void)
 
        get_sys_info(&sysinfo);
        clkdiv = lbc->lcrr & LCRR_CLKDIV;
-       lbc_hz = sysinfo.freqSystemBus / 1000000 / clkdiv;
+       lbc_hz = sysinfo.freq_systembus / 1000000 / clkdiv;
 
        if (lbc_hz < 66) {
                lbc->lcrr |= LCRR_DBYP; /* DLL Bypass */