From: Tom Knot Date: Wed, 27 Jun 2018 12:11:20 +0000 (+0200) Subject: Added debug print to set_termios X-Git-Url: http://git.graph-it.com/?a=commitdiff_plain;h=415dc6d253f1ca079de7aa68aabcda49e424882b;p=graphit%2Funipi-kernel.git Added debug print to set_termios --- diff --git a/modules/unipi/src/unipi_uart.c b/modules/unipi/src/unipi_uart.c index d38d954..8069f57 100644 --- a/modules/unipi/src/unipi_uart.c +++ b/modules/unipi/src/unipi_uart.c @@ -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) { diff --git a/version.txt b/version.txt index 84a4eea..f60607b 100644 --- a/version.txt +++ b/version.txt @@ -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