diff options
Diffstat (limited to 'include/crypto/hash.h')
-rw-r--r-- | include/crypto/hash.h | 2 |
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 | ||
187 | static inline void ahash_request_free(struct ahash_request *req) | 187 | static inline void ahash_request_free(struct ahash_request *req) |
188 | { | 188 | { |
189 | kfree(req); | 189 | kzfree(req); |
190 | } | 190 | } |
191 | 191 | ||
192 | static inline struct ahash_request *ahash_request_cast( | 192 | static inline struct ahash_request *ahash_request_cast( |