From b2f015211486465c2f620bbf90c383a4b0afd438 Mon Sep 17 00:00:00 2001 From: Miroslav Ondra Date: Wed, 22 Jan 2020 16:00:28 +0100 Subject: [PATCH] Fix type error --- modules/unipi/src/unipi_uart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/unipi/src/unipi_uart.c b/modules/unipi/src/unipi_uart.c index a7005da..4808d36 100644 --- a/modules/unipi/src/unipi_uart.c +++ b/modules/unipi/src/unipi_uart.c @@ -100,7 +100,7 @@ void neuronspi_uart_null_void(struct uart_port *port) /* Do nothing */ } -void neuronspi_uart_stop_tx(struct uart_port *port) +void neuronspi_uart_stop_rx(struct uart_port *port) { struct neuronspi_port *n_port = to_neuronspi_port(port, port); unsigned long flags; -- 2.34.1