git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5556e7e
)
eCryptfs: Delete a check before the function call "key_put"
author
Markus Elfring
<elfring@users.sourceforge.net>
Fri, 26 Jun 2015 16:18:54 +0000
(18:18 +0200)
committer
Tyler Hicks
<tyhicks@canonical.com>
Tue, 18 Aug 2015 22:29:49 +0000
(17:29 -0500)
The key_put() function tests whether its argument is NULL and then
returns immediately. Thus the test around this call might not be needed.
This issue was detected by using the Coccinelle software.
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
fs/ecryptfs/crypto.c
patch
|
blob
|
history
diff --cc
fs/ecryptfs/crypto.c
Simple merge