power: regulator: add driver for Dialog DA9063 PMIC
[oweals/u-boot.git] / drivers / usb / eth / r8152_fw.c
index b6c82283a877213de45ec5b9b40611342ae6030e..4bf4066d7a49bdadd52eb07da43cacf7ddbef670 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (c) 2015 Realtek Semiconductor Corp. All rights reserved.
- *
- * SPDX-License-Identifier:     GPL-2.0
  *
   */
 #include <common.h>
@@ -871,10 +870,10 @@ void r8153_firmware(struct r8152 *tp)
        } else if (tp->version == RTL_VER_04) {
                r8153_pre_ram_code(tp, 0x7001);
 
-       for (i = 0; i < ARRAY_SIZE(r8153_ram_code_bc); i += 2)
-               ocp_write_word(tp, MCU_TYPE_PLA,
-                              r8153_ram_code_bc[i],
-                              r8153_ram_code_bc[i+1]);
+               for (i = 0; i < ARRAY_SIZE(r8153_ram_code_bc); i += 2)
+                       ocp_write_word(tp, MCU_TYPE_PLA,
+                                      r8153_ram_code_bc[i],
+                                      r8153_ram_code_bc[i+1]);
 
                r8153_post_ram_code(tp);