Merge tag 'platform-drivers-x86-v5.3-2' of git://git.infradead.org/linux-platform...
[linux-2.6-microblaze.git] / lib / digsig.c
index ab0800f..e0627c3 100644 (file)
@@ -224,7 +224,7 @@ int digsig_verify(struct key *keyring, const char *sig, int siglen,
                else
                        key = key_ref_to_ptr(kref);
        } else {
-               key = request_key(&key_type_user, name, NULL, NULL);
+               key = request_key(&key_type_user, name, NULL);
        }
        if (IS_ERR(key)) {
                pr_err("key not found, id: %s\n", name);