We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5628b9a commit 0ff5d21Copy full SHA for 0ff5d21
arch/sh/boards/mach-dreamcast/irq.c
@@ -108,13 +108,13 @@ int systemasic_irq_demux(int irq)
108
__u32 j, bit;
109
110
switch (irq) {
111
- case 13:
+ case 13 + 16:
112
level = 0;
113
break;
114
- case 11:
+ case 11 + 16:
115
level = 1;
116
117
- case 9:
+ case 9 + 16:
118
level = 2;
119
120
default:
0 commit comments