Re: [PATCH net] mpls: fix uninitialized in_label var warning in mpls_getroute

2017-07-08 Thread David Miller
From: Roopa Prabhu Date: Fri, 7 Jul 2017 11:21:49 -0700 > From: Roopa Prabhu > > Fix the below warning generated by static checker: > net/mpls/af_mpls.c:2111 mpls_getroute() > error: uninitialized symbol 'in_label'." > > Fixes: 397fc9e5cefe ("mpls: route get support") > Reported-by: D

[PATCH net] mpls: fix uninitialized in_label var warning in mpls_getroute

2017-07-07 Thread Roopa Prabhu
From: Roopa Prabhu Fix the below warning generated by static checker: net/mpls/af_mpls.c:2111 mpls_getroute() error: uninitialized symbol 'in_label'." Fixes: 397fc9e5cefe ("mpls: route get support") Reported-by: Dan Carpenter Signed-off-by: Roopa Prabhu --- net/mpls/af_mpls.c | 12 +++