On Fri, Nov 11, 2022 at 02:54:22PM +0100, Thomas Gleixner wrote: > When a range of descriptors is freed then all of them are not associated to > a linux interrupt. Remove the filter and add a warning to the free function. > > Signed-off-by: Thomas Gleixner <t...@linutronix.de> > --- > drivers/base/platform-msi.c | 2 +- > include/linux/msi.h | 5 ++--- > kernel/irq/msi.c | 19 ++++++++++--------- > 3 files changed, 13 insertions(+), 13 deletions(-)
Reviewed-by: Jason Gunthorpe <j...@nvidia.com> Jason