diff options
Diffstat (limited to 'security/ipe/digest.c')
| -rw-r--r-- | security/ipe/digest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ipe/digest.c b/security/ipe/digest.c index 747768ba0e52..6e597a6b7633 100644 --- a/security/ipe/digest.c +++ b/security/ipe/digest.c @@ -29,7 +29,7 @@ struct digest_info *ipe_digest_parse(const char *valstr) char *alg = NULL; int rc = 0; - info = kzalloc_obj(*info, GFP_KERNEL); + info = kzalloc_obj(*info); if (!info) return ERR_PTR(-ENOMEM); |
