summaryrefslogtreecommitdiff
path: root/drivers/misc
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-06-01 18:10:34 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-06-01 18:10:34 +0200
commitda61573f783897ae5a96c8f1c71aad6242344feb (patch)
treec26ccc20f71e4ec53c70d063814495c54c663ff9 /drivers/misc
parent285ecb7d9e1b2401c2eccca4d0f26615f4d651eb (diff)
parente43ffb69e0438cddd72aaa30898b4dc446f664f8 (diff)
downloadlinux-next-da61573f783897ae5a96c8f1c71aad6242344feb.tar.gz
linux-next-da61573f783897ae5a96c8f1c71aad6242344feb.zip
Merge tag 'v7.1-rc6' into char-misc-next
We need the char/misc/iio fixes in here as well. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc')
-rw-r--r--drivers/misc/rp1/rp1_pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/rp1/rp1_pci.c b/drivers/misc/rp1/rp1_pci.c
index d210da84c30a..81685e3f3296 100644
--- a/drivers/misc/rp1/rp1_pci.c
+++ b/drivers/misc/rp1/rp1_pci.c
@@ -143,6 +143,7 @@ static int rp1_irq_activate(struct irq_domain *d, struct irq_data *irqd,
struct rp1_dev *rp1 = d->host_data;
msix_cfg_set(rp1, (unsigned int)irqd->hwirq, MSIX_CFG_ENABLE);
+ msix_cfg_set(rp1, (unsigned int)irqd->hwirq, MSIX_CFG_IACK);
return 0;
}