]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - crypto/drbg.c
crypto: drbg - Fix format string for debugging statements
authorStephan Mueller <smueller@chronox.de>
Sun, 6 Jul 2014 00:24:03 +0000 (02:24 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 8 Jul 2014 13:18:23 +0000 (21:18 +0800)
commita9089571f2fc203c3ba6595a60f0045f048494da
tree959fdfdd49ddd523f742172908919d7c0d96c62b
parente25e47ec3d569d45485e9a9befe7ad5cdaac47df
crypto: drbg - Fix format string for debugging statements

The initial format strings caused warnings on several architectures. The
updated format strings now match the variable types.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Reported-by: Randy Dunlap <rdunlap@infradead.org>
CC: Joe Perches <joe@perches.com>
Signed-off-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/drbg.c