diff for duplicates of <20051216234219.GL1222@flint.arm.linux.org.uk> diff --git a/a/1.txt b/N1/1.txt index 07df761..8245a93 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -20,13 +20,13 @@ Please use uart_update_timeout() instead. + if (info->tty) { + set_bit(TTY_IO_ERROR, &info->tty->flags); + clear_bit(TTY_IO_ERROR, &info->tty->flags); -+ if ((info->flags & ASYNC_SPD_MASK) = ASYNC_SPD_HI) ++ if ((info->flags & ASYNC_SPD_MASK) == ASYNC_SPD_HI) + info->tty->alt_speed = 57600; -+ if ((info->flags & ASYNC_SPD_MASK) = ASYNC_SPD_VHI) ++ if ((info->flags & ASYNC_SPD_MASK) == ASYNC_SPD_VHI) + info->tty->alt_speed = 115200; -+ if ((info->flags & ASYNC_SPD_MASK) = ASYNC_SPD_SHI) ++ if ((info->flags & ASYNC_SPD_MASK) == ASYNC_SPD_SHI) + info->tty->alt_speed = 230400; -+ if ((info->flags & ASYNC_SPD_MASK) = ASYNC_SPD_WARP) ++ if ((info->flags & ASYNC_SPD_MASK) == ASYNC_SPD_WARP) + info->tty->alt_speed = 460800; + } @@ -70,7 +70,8 @@ number of times DCD changes state. + if ((port->ip_notify & N_DCTS) && (port->ip_port)) { + the_port = port->ip_port; -+ the_port->icount.cts + (shadow & SHADOW_CTS) ? 1 : 0; ++ the_port->icount.cts = ++ (shadow & SHADOW_CTS) ? 1 : 0; + wake_up_interruptible + (&the_port->info->delta_msr_wait); + } diff --git a/a/content_digest b/N1/content_digest index 8abce94..2a3c478 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -29,13 +29,13 @@ "+\tif (info->tty) {\n" "+\t\tset_bit(TTY_IO_ERROR, &info->tty->flags);\n" "+\t\tclear_bit(TTY_IO_ERROR, &info->tty->flags);\n" - "+\t\tif ((info->flags & ASYNC_SPD_MASK) = ASYNC_SPD_HI)\n" + "+\t\tif ((info->flags & ASYNC_SPD_MASK) == ASYNC_SPD_HI)\n" "+\t\t\tinfo->tty->alt_speed = 57600;\n" - "+\t\tif ((info->flags & ASYNC_SPD_MASK) = ASYNC_SPD_VHI)\n" + "+\t\tif ((info->flags & ASYNC_SPD_MASK) == ASYNC_SPD_VHI)\n" "+\t\t\tinfo->tty->alt_speed = 115200;\n" - "+\t\tif ((info->flags & ASYNC_SPD_MASK) = ASYNC_SPD_SHI)\n" + "+\t\tif ((info->flags & ASYNC_SPD_MASK) == ASYNC_SPD_SHI)\n" "+\t\t\tinfo->tty->alt_speed = 230400;\n" - "+\t\tif ((info->flags & ASYNC_SPD_MASK) = ASYNC_SPD_WARP)\n" + "+\t\tif ((info->flags & ASYNC_SPD_MASK) == ASYNC_SPD_WARP)\n" "+\t\t\tinfo->tty->alt_speed = 460800;\n" "+\t}\n" "\n" @@ -79,7 +79,8 @@ "\n" "+\t\t\tif ((port->ip_notify & N_DCTS) && (port->ip_port)) {\n" "+\t\t\t\tthe_port = port->ip_port;\n" - "+\t\t\t\tthe_port->icount.cts +\t\t\t\t (shadow & SHADOW_CTS) ? 1 : 0;\n" + "+\t\t\t\tthe_port->icount.cts =\n" + "+\t\t\t\t (shadow & SHADOW_CTS) ? 1 : 0;\n" "+\t\t\t\twake_up_interruptible\n" "+\t\t\t\t (&the_port->info->delta_msr_wait);\n" "+\t\t\t}\n" @@ -138,4 +139,4 @@ " Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/\n" maintainer of: 2.6 Serial core -44b9d9415e8bf0abaf447ce8e90448c6dc68a3dfe351128644a80e88ea85fc87 +6549a6328c367bc3fb6beceb5c3bf07a71aff0108e7df1e287026024c6efc51a
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.