Message ID | 20200918105753.3473725-3-olteanv@gmail.com |
---|---|
State | New |
Headers | show |
Series | [net-next,01/11] net: dsa: felix: use ocelot_field_{read,write} helpers consistently | expand |
diff --git a/drivers/net/dsa/ocelot/seville_vsc9953.c b/drivers/net/dsa/ocelot/seville_vsc9953.c index 83a1ab9393e9..df5709326ce1 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;