eCryptfs: decrypt_pki_encrypted_session_key(): remove kfree() redundant null check
authorTim Gardner <tim.gardner@canonical.com>
Tue, 12 Feb 2013 17:56:54 +0000 (10:56 -0700)
committerTyler Hicks <tyhicks@canonical.com>
Tue, 12 Feb 2013 18:06:01 +0000 (10:06 -0800)
smatch analysis:

fs/ecryptfs/keystore.c:1206 decrypt_pki_encrypted_session_key() info:
 redundant null check on msg calling kfree()

Cc: Dustin Kirkland <dustin.kirkland@gazzang.com>
Cc: ecryptfs@vger.kernel.org
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Tyler Hicks <tyhicks@canonical.com>

No differences found