From: Markus Elfring Date: Fri, 26 Jun 2015 16:18:54 +0000 (+0200) Subject: eCryptfs: Delete a check before the function call "key_put" X-Git-Tag: omap-for-v4.3/fixes-rc1~75^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dad87fcb732691bfd3183acccda6709e1e759ca;p=pandora-kernel.git eCryptfs: Delete a 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 this call might not be needed. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring Signed-off-by: Tyler Hicks --- Reading git-diff-tree failed