]> www.infradead.org Git - users/jedix/linux-maple.git/commit
i2c: designware: Let PCI core to take care about interrupt vectors
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 19 Aug 2024 18:45:08 +0000 (21:45 +0300)
committerAndi Shyti <andi.shyti@kernel.org>
Mon, 9 Sep 2024 22:33:56 +0000 (00:33 +0200)
commitc2587420fe65391884389a7b90d0040d6a9c2312
treef0ea53d990ed10caec01035a47cb48ba73042495
parent1a2b14e9cedae93e73222a77ce474a99eb7e3eaa
i2c: designware: Let PCI core to take care about interrupt vectors

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@kernel.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Tested-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
drivers/i2c/busses/i2c-designware-pcidrv.c