git.graph-it.com
/
graphit
/
unipi-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f81b24e
)
Fix type error
author
Miroslav Ondra
<ondra@faster.cz>
Wed, 22 Jan 2020 15:00:28 +0000
(16:00 +0100)
committer
Miroslav Ondra
<ondra@faster.cz>
Wed, 22 Jan 2020 15:00:28 +0000
(16:00 +0100)
modules/unipi/src/unipi_uart.c
patch
|
blob
|
history
diff --git
a/modules/unipi/src/unipi_uart.c
b/modules/unipi/src/unipi_uart.c
index a7005dad6ab1b8bba8d42194a5e5b8e4ae4f37b6..4808d36dc59b30686d28df334fffebd2cb48c75e 100644
(file)
--- 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_
t
x(struct uart_port *port)
+void neuronspi_uart_stop_
r
x(struct uart_port *port)
{
struct neuronspi_port *n_port = to_neuronspi_port(port, port);
unsigned long flags;