Commit 6b6d804f authored by Vladimir Oltean's avatar Vladimir Oltean Committed by David S. Miller
Browse files

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: default avatarVladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 75cea9cb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -847,7 +847,6 @@ static int vsc9953_reset(struct ocelot *ocelot)
	}

	/* enable switch core */
	ocelot_field_write(ocelot, SYS_RESET_CFG_MEM_ENA, 1);
	ocelot_field_write(ocelot, SYS_RESET_CFG_CORE_ENA, 1);

	return 0;