On Tue, 2024-07-23 at 15:27 +0200, Marek Vasut wrote:
External email : Please do not click links or open attachments until
you have verified the sender or the content.
Use newly introduced MSI_FLAG_NO_AFFINITY, which keeps
.irq_set_affinity unset
and allows migrate_one_irq() code in cpuhotplug.c to exit right away,
without
printing "IRQ...: set affinity failed(-22)" warning.
Remove .irq_set_affinity implementation which only return -EINVAL
from this
controller driver.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Acked-by: Jianjun Wang <redacted>