[PATCH net-next v3 4/5] net: dsa: remove out_drop label in taggers rcv

2017-06-01 Thread Vivien Didelot
Many rcv functions from net/dsa/tag_*.c have a useless out_drop goto label which simply returns NULL. Kill it in favor of the obvious. Reviewed-by: Florian Fainelli Signed-off-by: Vivien Didelot --- net/dsa/tag_brcm.c| 11

[PATCH net-next v3 4/5] net: dsa: remove out_drop label in taggers rcv

2017-06-01 Thread Vivien Didelot
Many rcv functions from net/dsa/tag_*.c have a useless out_drop goto label which simply returns NULL. Kill it in favor of the obvious. Reviewed-by: Florian Fainelli Signed-off-by: Vivien Didelot --- net/dsa/tag_brcm.c| 11 --- net/dsa/tag_dsa.c | 13 +