]> git.dujemihanovic.xyz Git - linux.git/commit
s390/zcrypt: Fix wrong format string in debug feature printout
authorHarald Freudenberger <freude@linux.ibm.com>
Mon, 25 Mar 2024 08:43:53 +0000 (09:43 +0100)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Wed, 1 May 2024 09:52:54 +0000 (11:52 +0200)
commita4499998c7f4dfa15ddba18b266e187cf29b7c76
tree7e42ef8fd8675725e7bb06a94a0c82fba77186f2
parentda7c622cddd4fe36be69ca61e8c42e43cde94784
s390/zcrypt: Fix wrong format string in debug feature printout

Fix wrong format string debug feature: %04x was used
to print out a 32 bit value. - changed to %08x.

Signed-off-by: Harald Freudenberger <freude@linux.ibm.com>
Reviewed-by: Ingo Franzki <ifranzki@linux.ibm.com>
Reviewed-by: Holger Dengler <dengler@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
drivers/s390/crypto/zcrypt_ep11misc.c