Commit 874be1b2 authored by Marek Vasut's avatar Marek Vasut
Browse files

rcar_gen3: drivers: qos: E3: Drop extra level of nesting



The extra level of nesting is not necessary, drop it.
No functional change.
Signed-off-by: default avatarMarek Vasut <marek.vasut+renesas@gmail.com>
Change-Id: I49df37734cd6016373a5850d3b9cf4a6569c36d6
parent 0292fe18
...@@ -118,7 +118,7 @@ void qos_init_e3_v10(void) ...@@ -118,7 +118,7 @@ void qos_init_e3_v10(void)
SL_INIT_SSLOTCLK_E3); SL_INIT_SSLOTCLK_E3);
io_write_32(QOSCTRL_REF_ARS, REF_ARS_ARBSTOPCYCLE_E3); io_write_32(QOSCTRL_REF_ARS, REF_ARS_ARBSTOPCYCLE_E3);
{ /* QOSBW SRAM setting */
uint32_t i; uint32_t i;
for (i = 0U; i < ARRAY_SIZE(mstat_fix); i++) { for (i = 0U; i < ARRAY_SIZE(mstat_fix); i++) {
...@@ -129,7 +129,6 @@ void qos_init_e3_v10(void) ...@@ -129,7 +129,6 @@ void qos_init_e3_v10(void)
io_write_64(QOSBW_BE_QOS_BANK0 + i * 8, mstat_be[i]); io_write_64(QOSBW_BE_QOS_BANK0 + i * 8, mstat_be[i]);
io_write_64(QOSBW_BE_QOS_BANK1 + i * 8, mstat_be[i]); io_write_64(QOSBW_BE_QOS_BANK1 + i * 8, mstat_be[i]);
} }
}
/* RT bus Leaf setting */ /* RT bus Leaf setting */
io_write_32(RT_ACT0, 0x00000000U); io_write_32(RT_ACT0, 0x00000000U);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment