Re: [PATCH v3 2/7] i2c: designware: Let PCI core to take care about interrupt vectors

From: Jarkko Nikula
Date: Tue Aug 20 2024 - 07:15:28 EST


On 8/19/24 9:45 PM, Andy Shevchenko wrote:
PCI core, after pcim_enable_device(), takes care about the allocated
IRQ vectors, no need to do it explicitly and break the cleaning up
order.

Reviewed-by: Andi Shyti <andi.shyti@xxxxxxxxxx>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
---
drivers/i2c/busses/i2c-designware-pcidrv.c | 14 +++-----------
1 file changed, 3 insertions(+), 11 deletions(-)

I wanted to test this due to earlier 9be8bc4dd617 ("i2c: designware-pci: Fix BUG_ON during device removal").

Acked-by: Jarkko Nikula <jarkko.nikula@xxxxxxxxxxxxxxx>
Tested-by: Jarkko Nikula <jarkko.nikula@xxxxxxxxxxxxxxx>