Re: [PATCH v2] staging: media: atomisp: Replace depracated MSI APIs

2020-07-20 Thread Dan Carpenter
On Sun, Jul 19, 2020 at 07:56:23PM +0530, Suraj Upadhyay wrote: > Replace depracated MSI IRQ enabler and disabler > with pci_alloc_irq_vectors and pci_free_irq_vectors respectively. > And as a result handle the returned error as appropriate. > Compile tested. > > Signed-off-by: Suraj Upadhyay >

Re: [PATCH v2] staging: media: atomisp: Replace depracated MSI APIs

2020-07-20 Thread Dan Carpenter
Sorry, this is still not correct. See comments on other thread. There are other msi related code which needs to be updated. regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org

[PATCH v2] staging: media: atomisp: Replace depracated MSI APIs

2020-07-19 Thread Suraj Upadhyay
Replace depracated MSI IRQ enabler and disabler with pci_alloc_irq_vectors and pci_free_irq_vectors respectively. And as a result handle the returned error as appropriate. Compile tested. Signed-off-by: Suraj Upadhyay --- Change: v2: Replace the MSI IRQ disabler too. ---