Fix type error
authorMiroslav Ondra <ondra@faster.cz>
Wed, 22 Jan 2020 15:00:28 +0000 (16:00 +0100)
committerMiroslav Ondra <ondra@faster.cz>
Wed, 22 Jan 2020 15:00:28 +0000 (16:00 +0100)
modules/unipi/src/unipi_uart.c

index a7005dad6ab1b8bba8d42194a5e5b8e4ae4f37b6..4808d36dc59b30686d28df334fffebd2cb48c75e 100644 (file)
@@ -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;