]> www.infradead.org Git - users/hch/misc.git/commit
Merge tag 'pci-v6.14-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 31 Jan 2025 23:39:50 +0000 (15:39 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 31 Jan 2025 23:39:50 +0000 (15:39 -0800)
commit0c0746f9dcd6f42e742d2813f9044e12f1497f8a
tree5c029f69717f4f16c17e996c55fe9490f6e0295c
parent1b5f3c51fbb8042efb314484b47b2092cdd40bf6
parentd555ed45a5a10a813528c7685f432369d536ae3d
Merge tag 'pci-v6.14-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci

Pull pci fix from Bjorn Helgaas:

 - Save the original INTX_DISABLE bit at the first pcim_intx() call and
   restore that at devres cleanup instead of restoring the opposite of
   the most recent enable/disable pcim_intx() argument, which was wrong
   when a driver called pcim_intx() multiple times or with the already
   enabled state (Takashi Iwai)

* tag 'pci-v6.14-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci:
  PCI: Restore original INTX_DISABLE bit by pcim_intx()