s390/boot: Replace boot_printk() with loglevel-specific helpers
authorVasily Gorbik <gor@linux.ibm.com>
Wed, 20 Nov 2024 16:07:56 +0000 (17:07 +0100)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Sun, 26 Jan 2025 16:24:00 +0000 (17:24 +0100)
commit42fc158c7e789ccb8f9d42e5b18d00ca00d93cfe
treeb417ca448d808c686b0e1f0a0ac8d121d456ae47
parentd538fdc49a7d7dd068fc29bcc6093e8dd45abbd9
s390/boot: Replace boot_printk() with loglevel-specific helpers

Replaces boot_printk() calls with appropriate loglevel-specific helpers
such as boot_emerg(), boot_warn(), and boot_debug().

Using functions with explicit log levels improves log clarity and aligns
the boot code with standard kernel logging practices. This makes it
easier to filter and manage boot-time messages based on their severity.

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/als.c
arch/s390/boot/ipl_parm.c
arch/s390/boot/kaslr.c
arch/s390/boot/pgm_check_info.c
arch/s390/boot/physmem_info.c
arch/s390/boot/startup.c