[PATCH v5 12/23] irqchip: Add driver for the RPMI system MSI service group

Thomas Gleixner tglx at linutronix.de
Fri Jun 13 08:33:45 PDT 2025


On Wed, Jun 11 2025 at 11:52, Anup Patel wrote:
> +	ret = rpmi_sysmsi_set_msi_target(priv, hwirq, msg);
> +	if (ret) {
> +		dev_warn(priv->dev, "Failed to set target for hwirq %lu (error %d)\n",
> +			 hwirq, ret);

Just let stick it out. You have 100 characters ...

> +	}
> +}

Other than that:

Reviewed-by: Thomas Gleixner <tglx at linutronix.de>

under the assumption that this goes all through either the RISC-V or the
mailbox tree.

Thanks,

        tglx



More information about the linux-riscv mailing list