Commit 0aaf935
committed
Resolve inconsistent cell name for IRQ type in device trees
Related to #79356
Resolve inconsistent cell name for IRQ type in `drivers/serial/uart_ns16550.c`.
* Replace all instances of "sense" with "type" in the macro `UART_NS16550_IRQ_FLAGS(n)`
* Replace all instances of "flags" with "type" in the macro `UART_NS16550_IRQ_FLAGS(n)`
* Ensure the macro `UART_NS16550_IRQ_FLAGS(n)` only checks for the "type" cell1 parent e90c58a commit 0aaf935
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1805 | 1805 | | |
1806 | 1806 | | |
1807 | 1807 | | |
1808 | | - | |
1809 | | - | |
| 1808 | + | |
| 1809 | + | |
1810 | 1810 | | |
1811 | 1811 | | |
1812 | 1812 | | |
| |||
0 commit comments