diff options
Diffstat (limited to 'drivers/misc/cxl/guest.c')
-rw-r--r-- | drivers/misc/cxl/guest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/cxl/guest.c b/drivers/misc/cxl/guest.c index f6ba69889e40..3ad73817b566 100644 --- a/drivers/misc/cxl/guest.c +++ b/drivers/misc/cxl/guest.c | |||
@@ -169,7 +169,7 @@ static irqreturn_t guest_psl_irq(int irq, void *data) | |||
169 | return IRQ_HANDLED; | 169 | return IRQ_HANDLED; |
170 | } | 170 | } |
171 | 171 | ||
172 | rc = cxl_irq_psl(irq, ctx, &irq_info); | 172 | rc = cxl_irq_psl8(irq, ctx, &irq_info); |
173 | return rc; | 173 | return rc; |
174 | } | 174 | } |
175 | 175 | ||