diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/sh/intc/chip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sh/intc/chip.c b/drivers/sh/intc/chip.c index d90cb7e43920..db10adf63dd7 100644 --- a/drivers/sh/intc/chip.c +++ b/drivers/sh/intc/chip.c | |||
@@ -73,7 +73,7 @@ static int intc_set_affinity(struct irq_data *data, | |||
73 | 73 | ||
74 | cpumask_copy(data->affinity, cpumask); | 74 | cpumask_copy(data->affinity, cpumask); |
75 | 75 | ||
76 | return 0; | 76 | return IRQ_SET_MASK_OK_NOCOPY; |
77 | } | 77 | } |
78 | #endif | 78 | #endif |
79 | 79 | ||