Skip to content
Commit 049ce150 authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: stm32/hash - Fix incorrect printk modifier for size_t



This patch fixes a warning when compiling stm32 because %d is being
used on a size_t argument instead of %zd.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent f3880a23
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment