Loading drivers/tty/serial/msm_geni_serial.c +1 −1 Original line number Diff line number Diff line Loading @@ -486,7 +486,7 @@ static struct msm_geni_serial_port *get_port_from_line(int line, if (is_console) { if ((line < 0) || (line >= GENI_UART_CONS_PORTS)) port = ERR_PTR(-ENXIO); return ERR_PTR(-ENXIO); port = &msm_geni_console_port; } else { if ((line < 0) || (line >= GENI_UART_NR_PORTS)) Loading Loading
drivers/tty/serial/msm_geni_serial.c +1 −1 Original line number Diff line number Diff line Loading @@ -486,7 +486,7 @@ static struct msm_geni_serial_port *get_port_from_line(int line, if (is_console) { if ((line < 0) || (line >= GENI_UART_CONS_PORTS)) port = ERR_PTR(-ENXIO); return ERR_PTR(-ENXIO); port = &msm_geni_console_port; } else { if ((line < 0) || (line >= GENI_UART_NR_PORTS)) Loading