From: Dan Carpenter Date: Mon, 13 Jan 2014 13:46:08 +0000 (+0300) Subject: sctp: remove a redundant NULL check X-Git-Tag: v3.14-rc1~94^2~183 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e864b21e5080bc3f178a4729bc4f7bca77188bc;p=pandora-kernel.git sctp: remove a redundant NULL check It confuses Smatch when we check "sinit" for NULL and then non-NULL and that causes a false positive warning later. Signed-off-by: Dan Carpenter Acked-by: Neil Horman Signed-off-by: David S. Miller --- Reading git-diff-tree failed