Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'mfd-fixes-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd

Pull MFD fix from Lee Jones:
"Late bugfix to plug a leak in rtsx_pcr"

* tag 'mfd-fixes-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd:
mfd: rtsx: Release IRQ during shutdown

+3
+3
drivers/mfd/rtsx_pcr.c
··· 1543 1543 rtsx_pci_power_off(pcr, HOST_ENTER_S1); 1544 1544 1545 1545 pci_disable_device(pcidev); 1546 + free_irq(pcr->irq, (void *)pcr); 1547 + if (pcr->msi_en) 1548 + pci_disable_msi(pcr->pci); 1546 1549 } 1547 1550 1548 1551 #else /* CONFIG_PM */