Re: [patch 37/39] PCI/MSI: Remove redundant msi_check() callback

From: Jason Gunthorpe
Date: Wed Nov 16 2022 - 13:02:23 EST


On Fri, Nov 11, 2022 at 02:55:14PM +0100, Thomas Gleixner wrote:
> All these sanity checks are now done _before_ any allocation work
> happens. No point in doing it twice.
>
> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> ---
> drivers/pci/msi/irqdomain.c | 48 --------------------------------------------
> 1 file changed, 48 deletions(-)

Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx>

Much clearer this way

Jason