Re: [PATCH] genirq/msi: Remove msi_post_free()
From: Thomas Gleixner
Date: Tue Sep 16 2025 - 14:02:28 EST
On Tue, Sep 16 2025 at 08:10, Nam Cao wrote:
> The only user of msi_post_free() - powerpc/pseries - has been changed to
> use msi_teardown().
>
> Remove this unused callback.
>
> Signed-off-by: Nam Cao <namcao@xxxxxxxxxxxxx>
> ---
> This patch depends on the powerpc/series conversion patch, which is
> currently in powerpc tree:
> https://lore.kernel.org/lkml/c7a6d8f27fd217021dea4daad777e81a525ae460.1754903590.git.namcao@xxxxxxxxxxxxx/
>
> I think it is most convenient to apply this patch to powerpc tree, if
> everyone is okay with that?
Yes.
Reviewed-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>