[IPV4]: Fix inetpeer gcc-4.2 warnings
authorPatrick McHardy <kaber@trash.net>
Sat, 21 Jul 2007 02:39:17 +0000 (19:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 21 Jul 2007 02:39:17 +0000 (19:39 -0700)
  CC      net/ipv4/inetpeer.o
net/ipv4/inetpeer.c: In function 'unlink_from_pool':
net/ipv4/inetpeer.c:297: warning: the address of 'stack' will always evaluate as 'true'
net/ipv4/inetpeer.c:297: warning: the address of 'stack' will always evaluate as 'true'
net/ipv4/inetpeer.c: In function 'inet_getpeer':
net/ipv4/inetpeer.c:409: warning: the address of 'stack' will always evaluate as 'true'
net/ipv4/inetpeer.c:409: warning: the address of 'stack' will always evaluate as 'true'

"Fix" by checking for != NULL.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found