From: Daniel Borkmann Date: Fri, 14 Jun 2013 16:24:06 +0000 (+0200) Subject: net: sctp: minor: remove variable in sctp_init_sock X-Git-Tag: v3.11-rc1~16^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c164b8381496ca797c37671fe510a264412ccae5;p=pandora-kernel.git net: sctp: minor: remove variable in sctp_init_sock It's only used at this one time, so we could remove it as well. This is valid and also makes it more explicit/obvious that in case of error the sp->ep is NULL here, i.e. for the sctp_destroy_sock() check that was recently added. Signed-off-by: Daniel Borkmann Acked-by: Vlad Yasevich Signed-off-by: David S. Miller --- Reading git-diff-tree failed