commit | 5057975ae38452679b964f1382c5efcb9faee74e | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Dec 11 19:59:38 2014 +0000 |
committer | James Morris <james.l.morris@oracle.com> | Tue Dec 16 18:05:20 2014 +1100 |
tree | 7fcc2d43a583e598ccdd94db4171407dbbab19b6 | |
parent | d0bffab0439fb7edaee09677b636eef5991e8b80 [diff] |
KEYS: remove a bogus NULL check We already checked if "desc" was NULL at the beginning of the function and we've dereferenced it so this causes a static checker warning. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: James Morris <james.l.morris@oracle.com>