]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
crypto: stm32/hash - Fix incorrect printk modifier for size_t
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 3 Jul 2019 14:26:53 +0000 (22:26 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 12 Jul 2019 10:16:02 +0000 (18:16 +0800)
commit049ce1505b3a6504f4cb59148baaacc36d5c75e3
treec032bec6e3fe425578738cc279549c7a78fedac5
parentf3880a23564e3172437285ebcb5b8a124539fdae
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: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/stm32/stm32-hash.c