Re: [PATCH][net-next] bridge: remove redundant check on err in br_multicast_ipv4_rcv

2019-02-21 Thread David Miller
From: Li RongQing Date: Tue, 19 Feb 2019 10:17:09 +0800 > br_ip4_multicast_mrd_rcv only return 0 and -ENOMSG, > no other negative value > > Signed-off-by: Li RongQing Applied.

Re: [PATCH][net-next] bridge: remove redundant check on err in br_multicast_ipv4_rcv

2019-02-19 Thread Roopa Prabhu
On Mon, Feb 18, 2019 at 6:17 PM Li RongQing wrote: > > br_ip4_multicast_mrd_rcv only return 0 and -ENOMSG, > no other negative value > > Signed-off-by: Li RongQing Acked-by: Roopa Prabhu looks fine to me. CC Nikolay > net/bridge/br_multicast.c | 7 +-- > 1 file changed, 1 insertion(+),

[PATCH][net-next] bridge: remove redundant check on err in br_multicast_ipv4_rcv

2019-02-18 Thread Li RongQing
br_ip4_multicast_mrd_rcv only return 0 and -ENOMSG, no other negative value Signed-off-by: Li RongQing --- net/bridge/br_multicast.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/net/bridge/br_multicast.c b/net/bridge/br_multicast.c index 4a048fd1cbea..fe9f2d8ca2c1 10