Re: [PATCH i2c-next] i2c: designware: Consolidate pci_free_irq_vectors to a single place

From: Dejin Zheng
Date: Mon Feb 15 2021 - 07:47:08 EST


On Mon, Feb 15, 2021 at 11:36:27AM +0200, Jarkko Nikula wrote:
> On 2/14/21 8:45 AM, Dejin Zheng wrote:
> > Consolidate pci_free_irq_vectors to a single place using "goto free_irq"
> > for simplify the code.
> >
> > Signed-off-by: Dejin Zheng <zhengdejin5@xxxxxxxxx>
> > ---
> > drivers/i2c/busses/i2c-designware-pcidrv.c | 22 ++++++++++------------
> > 1 file changed, 10 insertions(+), 12 deletions(-)
> >
> Acked-by: Jarkko Nikula <jarkko.nikula@xxxxxxxxxxxxxxx>

Jarkko, Thanks!

Dejin