s390/cpum_sf: remove parameter in call to pr_err
authorThomas Richter <tmricht@linux.ibm.com>
Thu, 23 Mar 2023 14:14:35 +0000 (15:14 +0100)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Tue, 4 Jul 2023 05:45:18 +0000 (07:45 +0200)
commitb2ae4969497ee982fc9f30e53301d53e88ea5b65
treedece599ef89114309ec7f88cbf67853dee43f8ab
parenteeeff534e9946f1db16eedd35acb9554ad77f4cd
s390/cpum_sf: remove parameter in call to pr_err

The op argument is hardcoded in the parameter list of function pr_err.
Make the op code part of the text printed by pr_err.
No functional change.

Signed-off-by: Thomas Richter <tmricht@linux.ibm.com>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/kernel/perf_cpum_sf.c