aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/hash.h')
-rw-r--r--include/crypto/hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/crypto/hash.h b/include/crypto/hash.h
index 3c4cce6a425c..f74214a4b01b 100644
--- a/include/crypto/hash.h
+++ b/include/crypto/hash.h
@@ -186,7 +186,7 @@ static inline struct ahash_request *ahash_request_alloc(
186 186
187static inline void ahash_request_free(struct ahash_request *req) 187static inline void ahash_request_free(struct ahash_request *req)
188{ 188{
189 kfree(req); 189 kzfree(req);
190} 190}
191 191
192static inline struct ahash_request *ahash_request_cast( 192static inline struct ahash_request *ahash_request_cast(