-
Notifications
You must be signed in to change notification settings - Fork 48
Commit 607c419
zephyrCommon: Fix buggy irq handler acquisition
Fix an issue where the reference location for the interrupt
handler was a bit mask instead of an index value.
Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
[DG: tweaked commit message]
Signed-off-by: Dhruva Gole <d-gole@ti.com>1 parent 25d463a commit 607c419
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | - | ||
107 | + | ||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | - | ||
117 | - | ||
116 | + | ||
117 | + | ||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
456 | - | ||
456 | + | ||
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
460 | 460 | | |
461 | 461 | | |
462 | 462 | | |
463 | 463 | | |
464 | - | ||
464 | + | ||
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
| |||
0 commit comments