On Sun, 9 Oct 2022 12:49:50 +0200, Christophe JAILLET wrote:
> 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
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")
Si