Re: [PATCH net-next] net: dsa: Remove redundant NULL dst check
From: David Miller
Date: Fri Apr 21 2017 - 13:07:54 EST
From: Florian Fainelli <f.fainelli@xxxxxxxxx>
Date: Thu, 20 Apr 2017 15:47:22 -0700
> tag_lan9303.c does check for a NULL dst but that's already checked by
> dsa_switch_rcv() one layer above.
>
> Signed-off-by: Florian Fainelli <f.fainelli@xxxxxxxxx>
Applied, thank you.