commit | 0e864b21e5080bc3f178a4729bc4f7bca77188bc | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Mon Jan 13 16:46:08 2014 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 14 18:18:22 2014 -0800 |
tree | 41d8a3e04e9e2e496ed49ade3f0344985e001ba7 | |
parent | 963a185539a789cdfda7ee9e501be92235a22680 [diff] |
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 <dan.carpenter@oracle.com> Acked-by: Neil Horman <nhorman@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>