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 4101e14 commit 86d63f6Copy full SHA for 86d63f6
drivers/tty/serial/adi_uart.c
@@ -155,7 +155,6 @@ static struct adi_uart_serial_port *adi_uart_serial_ports[ADI_UART_NR_PORTS];
155
static void adi_uart_serial_tx_chars(struct adi_uart_serial_port *uart);
156
static void adi_uart_serial_reset_irda(struct uart_port *port);
157
158
-
159
static struct adi_uart_serial_port *to_adi_serial_port(struct uart_port *port)
160
{
161
return container_of(port, struct adi_uart_serial_port, port);
0 commit comments