Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions drivers/serial/uart_ns16550.c
Original file line number Diff line number Diff line change
Expand Up @@ -1805,8 +1805,8 @@
};

#define UART_NS16550_IRQ_FLAGS(n) \
COND_CODE_1(DT_INST_IRQ_HAS_CELL(n, sense), \
(DT_INST_IRQ(n, sense)), \
COND_CODE_1(DT_INST_IRQ_HAS_CELL(n, type), \

Check notice on line 1808 in drivers/serial/uart_ns16550.c

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

You may want to run clang-format on this change

drivers/serial/uart_ns16550.c:1808 -#define UART_NS16550_IRQ_FLAGS(n) \ +#define UART_NS16550_IRQ_FLAGS(n) \
(DT_INST_IRQ(n, type)), \
(0))

/* IO-port or MMIO based UART */
Expand Down
Loading