]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
fuzz cleanup
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Nov 2022 07:25:51 +0000 (08:25 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Nov 2022 07:25:51 +0000 (08:25 +0100)
queue-5.10/serial-ar933x-deassert-transmit-enable-on-rs485_conf.patch

index b9357ed8b22303642494cb938ceeae9929f1627a..561767a6cbcf2c34bdb466ecc1f91fce2c8738a3 100644 (file)
@@ -20,14 +20,12 @@ Reviewed-by: Ilpo JÀrvinen <ilpo.jarvinen@linux.intel.com>
 Signed-off-by: Lukas Wunner <lukas@wunner.de>
 Signed-off-by: Sasha Levin <sashal@kernel.org>
 ---
- drivers/tty/serial/ar933x_uart.c | 5 +++++
+ drivers/tty/serial/ar933x_uart.c |    5 +++++
  1 file changed, 5 insertions(+)
 
-diff --git a/drivers/tty/serial/ar933x_uart.c b/drivers/tty/serial/ar933x_uart.c
-index 4379ca4842ae..0f2677695b52 100644
 --- a/drivers/tty/serial/ar933x_uart.c
 +++ b/drivers/tty/serial/ar933x_uart.c
-@@ -591,6 +591,11 @@ static int ar933x_config_rs485(struct uart_port *port,
+@@ -593,6 +593,11 @@ static int ar933x_config_rs485(struct ua
                dev_err(port->dev, "RS485 needs rts-gpio\n");
                return 1;
        }
@@ -39,6 +37,3 @@ index 4379ca4842ae..0f2677695b52 100644
        port->rs485 = *rs485conf;
        return 0;
  }
--- 
-2.35.1
-