hwrng: histb - Fix the wrong format specifier
authorZhu Jun <zhujun2@cmss.chinamobile.com>
Wed, 9 Oct 2024 06:42:44 +0000 (23:42 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 19 Oct 2024 00:44:30 +0000 (08:44 +0800)
commit5dd4aa9c32a4feec498e79a4a89580673fdee1b1
tree4fb1246d868608be24d42091a46fe0d3662a205f
parentf51c527f17c534143f6f6b769be8e078b411b20c
hwrng: histb - Fix the wrong format specifier

The format specifier of "unsigned int" in sprintf() should be "%u", not
"%d".

Signed-off-by: Zhu Jun <zhujun2@cmss.chinamobile.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/char/hw_random/histb-rng.c