forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork1
Commitd2149e1
committed
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull irq fixes from Thomas Gleixner: "Three fixes for irq chip drivers: - Make sure the allocations in the GIC-V3 ITS driver are large enough to accomodate the interrupt space - Fix a misplaced __iomem annotation which causes a splat of 26 sparse warnings - Remove an unused function in the IMX GPCV2 driver which causes build warnings"* 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: irqchip/irq-imx-gpcv2: Remove unused function irqchip/gic-v3-its: Ensure nr_ites >= nr_lpis irqchip/gic-v3-its: Fix misplaced __iomem annotations2 files changed
+6
-21
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1412 | 1412 |
| |
1413 | 1413 |
| |
1414 | 1414 |
| |
1415 |
| - | |
| 1415 | + | |
1416 | 1416 |
| |
1417 | 1417 |
| |
1418 | 1418 |
| |
| |||
2119 | 2119 |
| |
2120 | 2120 |
| |
2121 | 2121 |
| |
2122 |
| - | |
2123 |
| - | |
2124 |
| - | |
| 2122 | + | |
| 2123 | + | |
2125 | 2124 |
| |
2126 |
| - | |
| 2125 | + | |
2127 | 2126 |
| |
2128 | 2127 |
| |
2129 | 2128 |
| |
| |||
2495 | 2494 |
| |
2496 | 2495 |
| |
2497 | 2496 |
| |
2498 |
| - | |
| 2497 | + | |
2499 | 2498 |
| |
2500 | 2499 |
| |
2501 | 2500 |
| |
| |||
2527 | 2526 |
| |
2528 | 2527 |
| |
2529 | 2528 |
| |
2530 |
| - | |
| 2529 | + | |
2531 | 2530 |
| |
2532 | 2531 |
| |
2533 | 2532 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 | 31 |
| |
46 | 32 |
| |
47 | 33 |
| |
|
0 commit comments
Comments
(0)