diff options
author | Markus Elfring <elfring@users.sourceforge.net> | 2015-06-26 15:28:55 (GMT) |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2015-08-04 21:09:52 (GMT) |
commit | 92859a5efdfa71f712ec1d213f43061965d3e9b4 (patch) | |
tree | 67effc4d6087bdc879e6b8c91eac6759f507eefc /fs/f2fs/checkpoint.c | |
parent | 6c84461c0cb0db3f4f56695ac9944451b34bf431 (diff) | |
download | linux-92859a5efdfa71f712ec1d213f43061965d3e9b4.tar.xz |
f2fs crypto: delete an unnecessary check before the function call "key_put"
The key_put() function tests whether its argument is NULL and then
returns immediately. Thus the test around the call is not needed.
This issue was detected by using the Coccinelle software.
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/checkpoint.c')
0 files changed, 0 insertions, 0 deletions