[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20150906.194815.191957136140104730.davem@davemloft.net>
Date: Sun, 06 Sep 2015 19:48:15 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: geert@...ux-m68k.org
Cc: tgraf@...g.ch, netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] vxlan: Refactor vxlan_udp_encap_recv() to kill
compiler warning
From: Geert Uytterhoeven <geert@...ux-m68k.org>
Date: Fri, 4 Sep 2015 12:49:32 +0200
> drivers/net/vxlan.c: In function ‘vxlan_udp_encap_recv’:
> drivers/net/vxlan.c:1226: warning: ‘info’ may be used uninitialized in this function
>
> While this warning is a false positive, it can be killed easily by
> getting rid of the pointer intermediary and referring directly to the
> ip_tunnel_info structure.
>
> Signed-off-by: Geert Uytterhoeven <geert@...ux-m68k.org>
Applied, thanks.
Powered by blists - more mailing lists