From: Eric Sesterhenn Date: Thu, 28 Sep 2006 21:37:07 +0000 (-0700) Subject: [SUNRPC]: Remove unnecessary check in net/sunrpc/svcsock.c X-Git-Tag: v2.6.19-rc1~858^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1811474620d1986da45f7245168bf7c2d883d770;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed