From: Charles <[email protected]>
Date: Thu, 13 Jun 2019 14:28:41 -0300
> Avoid following compiler warning on uninitialized variable
>
> net/ipv4/fib_semantics.c: In function ‘fib_check_nh_v4_gw’:
> net/ipv4/fib_semantics.c:1023:12: warning: ‘err’ may be used
> uninitialized in this function [-Wmaybe-uninitialized]
> if (!tbl || err) {
>
> Signed-off-by: Charles Oliveira <[email protected]>
This is already fixed in the 'net' GIT tree, please always submit networking
patches against the appropriate tree.
Thank you.