commit | e6cbd6a44d8e263073808da9f295e502d15dc3fe | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Wed Jul 31 12:10:10 2013 +0300 |
committer | Tyler Hicks <tyhicks@canonical.com> | Fri Sep 06 16:51:56 2013 -0700 |
tree | e753acd33cfb3144a6d36fbff3a86203d749c3ab | |
parent | 4de9ad9bc08b4953fc03336ad38908496e2f8826 [diff] |
ecryptfs: remove check for if an array is NULL It doesn't make sense to check if an array is NULL. The compiler just removes the check. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Tyler Hicks <tyhicks@canonical.com>