summaryrefslogtreecommitdiff
path: root/scripts/lib/kdoc
diff options
context:
space:
mode:
authorMarc Zyngier <maz@kernel.org>2025-07-08 18:33:59 +0100
committerBjorn Helgaas <bhelgaas@google.com>2025-07-22 15:33:16 -0500
commit011f4fc1e8debaf9e749c20bfabc08a180870722 (patch)
treec9b13483d677ab25ca1713430270fc7dece9b86f /scripts/lib/kdoc
parentc9c1578f11af7ebfb62ff683be638ba6f7a9cb44 (diff)
PCI: xgene-msi: Get rid of intermediate tracking structure
The xgene-msi driver uses an odd construct in the form of an intermediate tracking structure, evidently designed to deal with multiple instances of the MSI widget. However, the existing HW only has one set, and it is obvious that there won't be new HW coming down that particular line. Simplify the driver by using a bit of pointer arithmetic instead, directly tracking the interrupt and avoiding extra memory allocation. Signed-off-by: Marc Zyngier <maz@kernel.org> Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Link: https://lore.kernel.org/r/20250708173404.1278635-9-maz@kernel.org
Diffstat (limited to 'scripts/lib/kdoc')
0 files changed, 0 insertions, 0 deletions