Re: [PATCH 1/4] alim15x3: move irq-restore before pci_dev_put()

2018-05-04 Thread David Miller
From: Sebastian Andrzej Siewior Date: Fri, 4 May 2018 16:24:43 +0200 > init_chipset_ali15x3() initializes the chipset during init with disabled > interrupts. There is no need to keep the interrupts disabled during > pci_dev_put(). > Move the irq-restore before pci_dev_put() is invoked. > > Side

[PATCH 1/4] alim15x3: move irq-restore before pci_dev_put()

2018-05-04 Thread Sebastian Andrzej Siewior
init_chipset_ali15x3() initializes the chipset during init with disabled interrupts. There is no need to keep the interrupts disabled during pci_dev_put(). Move the irq-restore before pci_dev_put() is invoked. Side note: The same init is performed in drivers/ata/pata_ali.c::ali_init_chipset() with