]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
PCI/MSI: Add TODO comment about legacy pcim_enable_device() side-effect
authorShawn Lin <shawn.lin@rock-chips.com>
Wed, 11 Feb 2026 08:24:59 +0000 (16:24 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 23 Feb 2026 15:01:20 +0000 (09:01 -0600)
commit874b07eb0875729b9a47441e03b125d9fa735645
tree87b7728d8a9042dd6aedba2c8f5184c6b6a814b0
parent03e4905402ae60aa1d7a65770076bb2c1df8f6ac
PCI/MSI: Add TODO comment about legacy pcim_enable_device() side-effect

Add a TODO comment in pci/msi/msi.c to document that the automatic IRQ
vector management activated by pcim_enable_device() is a dangerous and
confusing.

Suggested-by: Philipp Stanner <phasta@kernel.org>
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Link: https://patch.msgid.link/1770798299-202288-4-git-send-email-shawn.lin@rock-chips.com
drivers/pci/msi/msi.c