powerpc: Fix irq_set_affinity() return values
Signed-off-by: Alexander Gordeev <agordeev@redhat.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:

committed by
Benjamin Herrenschmidt

parent
ca9d7aea59
commit
dcb615aef9
@@ -148,7 +148,7 @@ static int ics_opal_set_affinity(struct irq_data *d,
|
||||
__func__, d->irq, hw_irq, server, rc);
|
||||
return -1;
|
||||
}
|
||||
return 0;
|
||||
return IRQ_SET_MASK_OK;
|
||||
}
|
||||
|
||||
static struct irq_chip ics_opal_irq_chip = {
|
||||
|
Reference in New Issue
Block a user