[SUNRPC]: Remove unnecessary check in net/sunrpc/svcsock.c
authorEric Sesterhenn <snakebyte@gmx.de>
Thu, 28 Sep 2006 21:37:07 +0000 (14:37 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 29 Sep 2006 01:03:06 +0000 (18:03 -0700)
commit1811474620d1986da45f7245168bf7c2d883d770
treedbd73019e333f8410b326a383854ef334393f703
parent96d2ca4ec0bb8d0f344e5960224700be3dec3515
[SUNRPC]: Remove unnecessary check in net/sunrpc/svcsock.c

coverity spotted this one as possible dereference in the dprintk(),
but since there is only one caller of svc_create_socket(), which always
passes a valid sin, we dont need this check.

Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sunrpc/svcsock.c