powerpc/sysdev: Remove some duplicate prefix in some messages
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 9 Oct 2022 10:49:50 +0000 (12:49 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 24 Nov 2022 12:31:48 +0000 (23:31 +1100)
commit2cb1dfac6f792f9e4a092793215f0d26e9f8d5b2
tree3b4b8eff847925a4f4162eaaed56cc1e54748910
parentf985adaf2ff934ec869b32ca1f7f97e2825e3a49
powerpc/sysdev: Remove some duplicate prefix in some messages

At the beginning of the file, we have:
   #define pr_fmt(fmt) "xive: " fmt

So, there is no need to duplicate "XIVE:" in debug and error messages.

For the records, these useless prefix have been added in commit
5af50993850a ("KVM: PPC: Book3S HV: Native usage of the XIVE interrupt
controller")

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/7b8b5915a2c7c1616b33e8433ebe0a0bf07070a2.1665312579.git.christophe.jaillet@wanadoo.fr
arch/powerpc/sysdev/xive/native.c