From: Andrew Lunn
Date: Tue, 30 May 2017 17:05:31 +0200
> On Tue, May 30, 2017 at 10:21:26AM -0400, Vivien Didelot wrote:
>> The dsa_switch_tree holds a copy of the rcv member of the dsa_device_ops
>> structure. dst->rcv is always assigned to dst->tag_ops->rcv. Remove this
>> useless copy.
>>
>>
On Tue, May 30, 2017 at 10:21:26AM -0400, Vivien Didelot wrote:
> The dsa_switch_tree holds a copy of the rcv member of the dsa_device_ops
> structure. dst->rcv is always assigned to dst->tag_ops->rcv. Remove this
> useless copy.
>
> Signed-off-by: Vivien Didelot
> ---
> include/net/dsa.h | 4 --
The dsa_switch_tree holds a copy of the rcv member of the dsa_device_ops
structure. dst->rcv is always assigned to dst->tag_ops->rcv. Remove this
useless copy.
Signed-off-by: Vivien Didelot
---
include/net/dsa.h | 4
net/dsa/dsa.c | 4 ++--
net/dsa/dsa2.c| 2 --
net/dsa/legacy.c |