From: Vladimir Oltean Date: Fri, 18 Sep 2020 10:57:44 +0000 (+0300) Subject: net: dsa: seville: don't write to MEM_ENA twice X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6b6d804f0826185a708786f18f9a493949d6743c;p=linux.git 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 Signed-off-by: David S. Miller --- diff --git a/drivers/net/dsa/ocelot/seville_vsc9953.c b/drivers/net/dsa/ocelot/seville_vsc9953.c index 2d6a5f5758f81..360df7638b958 100644 --- a/drivers/net/dsa/ocelot/seville_vsc9953.c +++ b/drivers/net/dsa/ocelot/seville_vsc9953.c @@ -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;