diff -r 69056c46aa4d -r bc2d4bf9cbe5 examples/tty/serial.c --- a/examples/tty/serial.c Thu Sep 06 19:52:17 2012 +0200 +++ b/examples/tty/serial.c Thu Sep 06 20:22:24 2012 +0200 @@ -113,7 +113,7 @@ } el6002_t; LIST_HEAD(handlers); - + /*****************************************************************************/ /* Beckhoff EL6002 @@ -300,7 +300,7 @@ rtscts = cflag & CRTSCTS; printk(KERN_INFO PFX "%s: Requested RTS/CTS: %s.\n", port->name, rtscts ? "yes" : "no"); - + cbaud = cflag & CBAUD; for (i = 0; i < sizeof(el600x_baud_rate) / sizeof(el600x_baud_rate_t);