1
0
Fork 0

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>
hifive-unleashed-5.1
Alan Cox 2012-09-28 12:20:02 +01:00 committed by David Howells
parent bf53083445
commit 631527703d
1 changed files with 0 additions and 2 deletions

View File

@ -357,8 +357,6 @@ key_ref_t search_my_process_keyrings(struct key_type *type,
switch (PTR_ERR(key_ref)) {
case -EAGAIN: /* no key */
if (ret)
break;
case -ENOKEY: /* negative key */
ret = key_ref;
break;