Re: [PATCH][next] net: dsa: sja1105: remove redundant re-assignment of pointer table

From: Vladimir Oltean
Date: Fri Jul 23 2021 - 08:33:55 EST


On Thu, Jul 22, 2021 at 11:05:44PM +0300, Vladimir Oltean wrote:
> Could you please also send a patch for the "net" tree with this, and the
> explanation above?
>
> - table = &priv->static_config.tables[BLK_IDX_VLAN_LOOKUP];
> + table = &priv->static_config.tables[BLK_IDX_RETAGGING];

I think it's best for me to just send that patch. I will send it towards
the "stable" trees directly, to avoid all sorts of conflicts with "net"
and "net-next" (as mentioned, the VLAN retagging code is going away).

For this patch towards net-next:

Reviewed-by: Vladimir Oltean <vladimir.oltean@xxxxxxx>