Răsfoiți Sursa

Merge master.kernel.org:/home/rmk/linux-2.6-serial

Linus Torvalds 19 ani în urmă
părinte
comite
ed28f96ac1
1 a modificat fișierele cu 1 adăugiri și 2 ștergeri
  1. 1 2
      drivers/serial/serial_core.c

+ 1 - 2
drivers/serial/serial_core.c

@@ -147,8 +147,7 @@ static int uart_startup(struct uart_state *state, int init_hw)
 	 * once we have successfully opened the port.  Also set
 	 * up the tty->alt_speed kludge
 	 */
-	if (info->tty)
-		set_bit(TTY_IO_ERROR, &info->tty->flags);
+	set_bit(TTY_IO_ERROR, &info->tty->flags);
 
 	if (port->type == PORT_UNKNOWN)
 		return 0;