Added debug print to set_termios
authorTom Knot <tomasknot@gmail.com>
Wed, 27 Jun 2018 12:11:20 +0000 (14:11 +0200)
committerTom Knot <tomasknot@gmail.com>
Wed, 27 Jun 2018 12:11:20 +0000 (14:11 +0200)
modules/unipi/src/unipi_uart.c
version.txt

index d38d95466ed7d3eed04efadf60d247b0fe5c4fef..8069f574b8cf523c566e386c9a69657f7f3cfc15 100644 (file)
@@ -154,9 +154,9 @@ void neuronspi_uart_set_termios(struct uart_port *port, struct ktermios *termios
                printk(KERN_INFO "NEURONSPI: c_iflag termios:%d\n", termios->c_iflag);
 #endif
        }
-#if NEURONSPI_DETAILED_DEBUG > 0
+//#if NEURONSPI_DETAILED_DEBUG > 0
        printk(KERN_DEBUG "NEURONSPI: TERMIOS Set, p:%d, c_cflag:%x\n", port->line, termios->c_cflag);
-#endif
+//#endif
        neuronspi_spi_uart_set_cflag(neuronspi_s_dev[n_port->dev_index], n_port->dev_port, termios->c_cflag);
        if (old && termios && (old->c_iflag & PARMRK) != (termios->c_iflag & PARMRK)) {
                if (termios->c_iflag & PARMRK) {
index 84a4eea181621ed9b64c0bc7f3ed84de3528bfec..f60607b6493fc273da397606a754d0d14cde919d 100644 (file)
@@ -1 +1 @@
-Repository:neuron-kernel ActiveBranch:[uart_timeout] PrecedingRelease:v.0.12 PrecedingRevision:59(32baf13) LatestCommit:Wed Jun 27 13:30:58 CEST 2018
+Repository:neuron-kernel ActiveBranch:[uart_timeout] PrecedingRelease:v.0.12 PrecedingRevision:60(daa0535) LatestCommit:Wed Jun 27 14:11:20 CEST 2018