From: wangweidong Date: Wed, 11 Dec 2013 08:42:14 +0000 (+0800) Subject: sctp: remove redundant null check on asoc X-Git-Tag: v3.14-rc1~94^2~511 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e47726683803616c773bc75c88cfb3eb54a8172b;p=pandora-kernel.git sctp: remove redundant null check on asoc In sctp_err_lookup, goto out while the asoc is not NULL, so remove the check NULL. Also, in sctp_err_finish which called by sctp_v4_err and sctp_v6_err, they pass asoc to sctp_err_finish while the asoc is not NULL, so remove the check. Signed-off-by: Wang Weidong Acked-by: Neil Horman Acked-by: Vlad Yasevich Signed-off-by: David S. Miller --- Reading git-diff-tree failed