s390/vmlogrdr: Use internal_name for error messages
authorHeiko Carstens <hca@linux.ibm.com>
Fri, 24 Jan 2025 13:51:53 +0000 (14:51 +0100)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Wed, 29 Jan 2025 12:44:21 +0000 (13:44 +0100)
commit76bda8a16d77063cffea9fc4e3ead033afba9d6d
tree30487b904729da280461e2f711b21d0136901dbb
parent3bcc8a1af581af152d43e42b53db3534018301b5
s390/vmlogrdr: Use internal_name for error messages

Use the internal_name member of vmlogrdr_priv_t to print error messages
instead of the system_service member. The system_service member is not a
string, but a non-null terminated eight byte character array, which
contains the ASCII representation of a z/VM system service.

Reviewed-by: Gerald Schaefer <gerald.schaefer@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
drivers/s390/char/vmlogrdr.c