diff options
Diffstat (limited to 'kernel/irq/proc.c')
-rw-r--r-- | kernel/irq/proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/irq/proc.c b/kernel/irq/proc.c index 0534781724d0..9f62f9a1a5e9 100644 --- a/kernel/irq/proc.c +++ b/kernel/irq/proc.c | |||
@@ -66,7 +66,7 @@ static int show_irq_affinity(int type, struct seq_file *m) | |||
66 | #else | 66 | #else |
67 | return -EINVAL; | 67 | return -EINVAL; |
68 | #endif | 68 | #endif |
69 | }; | 69 | } |
70 | 70 | ||
71 | switch (type) { | 71 | switch (type) { |
72 | case AFFINITY_LIST: | 72 | case AFFINITY_LIST: |