From: Geert Uytterhoeven <ge...@linux-m68k.org> Date: Thu, 1 Feb 2018 11:26:23 +0100
> With gcc-4.1.2: > > net/ipv4/inet_hashtables.c: In function ‘inet_unhash’: > net/ipv4/inet_hashtables.c:628: warning: ‘ilb’ may be used uninitialized > in this function > > While this is a false positive, it can easily be avoided by using the > pointer itself as the canary variable. > > Signed-off-by: Geert Uytterhoeven <ge...@linux-m68k.org> This frankly also makes the logic simpler and doesn't increase register pressure, I like it. Applied, thanks.