commit | 56755924100261b8e52dca68ca53ece54b6f64ad | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Tue Oct 11 18:43:53 2011 -0400 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 11 18:43:53 2011 -0400 |
tree | 41dba7771c866566cc7cf53f8aa7fa61a5a45623 | |
parent | 9687c637388f63b87fcc18eee6e65bcfca4f49ca [diff] |
cipso: remove an unneeded NULL check in cipso_v4_doi_add() We dereference doi_def on the line before the NULL check. It has been this way since 2008. I checked all the callers and doi_def is always non-NULL here. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>