[PATCH] serial_core: Fix baud handling bug I introduced

From: Alan Cox
Date: Mon Mar 10 2008 - 18:11:44 EST


Dumb bug, not reading the compiler warnings either

Signed-off-by: Alan Cox <alan@xxxxxxxxxx>

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.25-rc3-mm1/drivers/serial/serial_core.c linux-2.6.25-rc3-mm1/drivers/serial/serial_core.c
--- linux.vanilla-2.6.25-rc3-mm1/drivers/serial/serial_core.c 2008-03-10 12:57:53.000000000 +0000
+++ linux-2.6.25-rc3-mm1/drivers/serial/serial_core.c 2008-03-10 13:29:43.000000000 +0000
@@ -337,7 +337,7 @@
struct ktermios *old, unsigned int min, unsigned int max)
{
unsigned int try, baud, altbaud = 38400;
- int hung_up;
+ int hung_up = 0;
upf_t flags = port->flags & UPF_SPD_MASK;

if (flags == UPF_SPD_HI)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/