Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f842839c authored by Linus Torvalds's avatar Linus Torvalds
Browse files
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
parents abb7099d 107b7d9f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1543,6 +1543,9 @@ static void rtsx_pci_shutdown(struct pci_dev *pcidev)
	rtsx_pci_power_off(pcr, HOST_ENTER_S1);

	pci_disable_device(pcidev);
	free_irq(pcr->irq, (void *)pcr);
	if (pcr->msi_en)
		pci_disable_msi(pcr->pci);
}

#else /* CONFIG_PM */