mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-08 07:38:10 +00:00
net: dsa: seville: don't write to MEM_ENA twice
There is another one of these right above the readx_poll_status. Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
75cea9cb94
commit
6b6d804f08
1 changed files with 0 additions and 1 deletions
|
@ -847,7 +847,6 @@ static int vsc9953_reset(struct ocelot *ocelot)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* enable switch core */
|
/* enable switch core */
|
||||||
ocelot_field_write(ocelot, SYS_RESET_CFG_MEM_ENA, 1);
|
|
||||||
ocelot_field_write(ocelot, SYS_RESET_CFG_CORE_ENA, 1);
|
ocelot_field_write(ocelot, SYS_RESET_CFG_CORE_ENA, 1);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue