]> www.infradead.org Git - users/dwmw2/linux.git/commit
s390/boot: Use decimal format specifiers in boot messages
authorVasily Gorbik <gor@linux.ibm.com>
Sun, 24 Nov 2024 13:47:58 +0000 (14:47 +0100)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Sun, 26 Jan 2025 16:24:00 +0000 (17:24 +0100)
commitbbbaf061237dbf5817a46f2e209a663750277e3b
tree5f4869909ee33e3b1fe7ae84a5bc19e4a57b3e3b
parent42fc158c7e789ccb8f9d42e5b18d00ca00d93cfe
s390/boot: Use decimal format specifiers in boot messages

Now that boot_printk() supports decimal specifiers, update boot_emerg()
messages to use %d and %lu instead of %x and %lx where appropriate.

Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/boot/pgm_check_info.c
arch/s390/boot/physmem_info.c