[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <YRv0JO64HRHrl7Gb@smile.fi.intel.com>
Date: Tue, 17 Aug 2021 20:38:44 +0300
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: Utkarsh Verma <utkarshverma294@...il.com>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Jiri Slaby <jirislaby@...nel.org>,
Heikki Krogerus <heikki.krogerus@...ux.intel.com>,
Valmer Huhn <valmer.huhn@...current-rt.com>,
linux-serial@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-kernel-mentees@...ts.linuxfoundation.org
Subject: Re: [PATCH] serial: 8250_exar: Add missing call to
pci_free_irq_vectors()
On Tue, Aug 17, 2021 at 10:30:57PM +0530, Utkarsh Verma wrote:
> Free the pci irq vectors if the call to pci_alloc_irq_vectors() fails
> or if the device is removed.
...
> rc = pci_alloc_irq_vectors(pcidev, 1, 1, PCI_IRQ_ALL_TYPES);
> - if (rc < 0)
> + if (rc < 0) {
> + pci_free_irq_vectors(pcidev);
Why?
--
With Best Regards,
Andy Shevchenko
Powered by blists - more mailing lists