summaryrefslogtreecommitdiff
path: root/include/crypto/internal/hash.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2025-05-02 09:43:44 +0200
committerIngo Molnar <mingo@kernel.org>2025-05-02 09:43:44 +0200
commit0c7b20b852c75836c15487752e29d8706bb571b2 (patch)
tree94e2138096277b25a47ae5be90613e2a06fe6e7e /include/crypto/internal/hash.h
parenta5447e92e169dafaf02fd653500105c7186d7128 (diff)
parentb4432656b36e5cc1d50a1f2dc15357543add530e (diff)
downloadlinux-next-0c7b20b852c75836c15487752e29d8706bb571b2.tar.gz
linux-next-0c7b20b852c75836c15487752e29d8706bb571b2.zip
Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflicts
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/crypto/internal/hash.h')
-rw-r--r--include/crypto/internal/hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/crypto/internal/hash.h b/include/crypto/internal/hash.h
index 485e22cf517e..052ac7924af3 100644
--- a/include/crypto/internal/hash.h
+++ b/include/crypto/internal/hash.h
@@ -249,7 +249,7 @@ static inline struct crypto_shash *__crypto_shash_cast(struct crypto_tfm *tfm)
static inline bool ahash_request_chained(struct ahash_request *req)
{
- return crypto_request_chained(&req->base);
+ return false;
}
static inline bool ahash_request_isvirt(struct ahash_request *req)