On Fri, Dec 10, 2021 at 11:19:25PM +0100, Thomas Gleixner wrote: > From: Thomas Gleixner <t...@linutronix.de> > > Use msi_get_vector() and handle the return value to be compatible. > > No functional change intended. > > Signed-off-by: Thomas Gleixner <t...@linutronix.de> > Reviewed-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> > --- > V2: Handle the INTx case directly instead of trying to be overly smart - Marc > --- > drivers/pci/msi/msi.c | 25 +++++-------------------- > 1 file changed, 5 insertions(+), 20 deletions(-)
Reviewed-by: Jason Gunthorpe <j...@nvidia.com> Jason