]> git.baikalelectronics.ru Git - kernel.git/commit
keys: Fix unreachable code
authorAlan Cox <alan@linux.intel.com>
Fri, 28 Sep 2012 11:20:02 +0000 (12:20 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 28 Sep 2012 11:20:02 +0000 (12:20 +0100)
commitfb76895a3f567c55f57b585fcbbba8e6e79323b7
treea2aec36285e598c3f1c34aef166b242859bddb63
parent9e813cfec3a074aa5f9a34c3fb8d74fae28d4c81
keys: Fix unreachable code

We set ret to NULL then test it. Remove the bogus test

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: David Howells <dhowells@redhat.com>
security/keys/process_keys.c