Merge 5.18-rc7 into usb-next
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 May 2022 13:39:23 +0000 (15:39 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 May 2022 13:39:23 +0000 (15:39 +0200)
We need the tty fixes in here as well, as we need to revert one of them :(

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1  2 
MAINTAINERS
drivers/tty/n_gsm.c
drivers/tty/serial/fsl_lpuart.c

diff --cc MAINTAINERS
Simple merge
Simple merge
@@@ -2739,8 -2780,11 +2740,7 @@@ failed_get_rs485
  failed_reset:
        uart_remove_one_port(&lpuart_reg, &sport->port);
  failed_attach_port:
- failed_irq_request:
        lpuart_disable_clks(sport);
 -failed_clock_enable:
 -failed_out_of_range:
 -      if (sport->id_allocated)
 -              ida_simple_remove(&fsl_lpuart_ida, sport->port.line);
        return ret;
  }