Re: [PATCH] ipv6: propagate genlmsg_reply return code

2019-02-12 Thread David Miller
From: Li RongQing Date: Mon, 11 Feb 2019 19:32:20 +0800 > genlmsg_reply can fail, so propagate its return code > > Fixes: 915d7e5e593 ("ipv6: sr: add code base for control plane support of > SR-IPv6") > Signed-off-by: Li RongQing Applied.

[PATCH] ipv6: propagate genlmsg_reply return code

2019-02-11 Thread Li RongQing
genlmsg_reply can fail, so propagate its return code Fixes: 915d7e5e593 ("ipv6: sr: add code base for control plane support of SR-IPv6") Signed-off-by: Li RongQing --- net/ipv6/seg6.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net/ipv6/seg6.c b/net/ipv6/seg6.c index