>--- Comment #1 from Greg Kroah-Hartman < [email protected] > 2013-06-03 14:30:11
>---
>On Mon, Jun 03, 2013 at 01:44:08PM +0000, [email protected]
>wrote:
>> Kernel Version: 3.2.0-46
patch for 3.8.0
--- mos7840.c.orig 2013-06-03 18:52:04.407415365 +0400
+++ mos7840.c 2013-06-03 18:52:16.119344479 +0400
@@ -1910,7 +1910,6 @@
iflag = tty->termios.c_iflag;
/* Change the number of bits */
- if (cflag & CSIZE) {
switch (cflag & CSIZE) {
case CS5:
lData = LCR_BITS_5;
@@ -1928,7 +1927,6 @@
lData = LCR_BITS_8;
break;
}
- }
/* Change the Parity bit */
if (cflag & PARENB) {
if (cflag & PARODD) {