Re: [PATCH] net/l2tpv3: Remove redundant check in net_init_l2tpv3()

2020-11-11 Thread Jason Wang
On 2020/11/11 下午3:38, Alex Chen wrote: Kindly ping. On 2020/10/30 10:46, AlexChen wrote: The result has been checked to be NULL before, it cannot be NULL here, so the check is redundant. Remove it. Reported-by: Euler Robot Signed-off-by: AlexChen --- net/l2tpv3.c | 9 +++-- 1 file cha

Re: [PATCH] net/l2tpv3: Remove redundant check in net_init_l2tpv3()

2020-11-10 Thread Alex Chen
Kindly ping. On 2020/10/30 10:46, AlexChen wrote: > The result has been checked to be NULL before, it cannot be NULL here, > so the check is redundant. Remove it. > > Reported-by: Euler Robot > Signed-off-by: AlexChen > --- > net/l2tpv3.c | 9 +++-- > 1 file changed, 3 insertions(+), 6 del

[PATCH] net/l2tpv3: Remove redundant check in net_init_l2tpv3()

2020-10-29 Thread AlexChen
The result has been checked to be NULL before, it cannot be NULL here, so the check is redundant. Remove it. Reported-by: Euler Robot Signed-off-by: AlexChen --- net/l2tpv3.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/net/l2tpv3.c b/net/l2tpv3.c index 55fea17c0