瀏覽代碼

serial: xuartps: remove unnecessary register write

This writel writes the exact same value as the previous writel and is
thus unnecessary. It accidentally became unnecessary in e3538c37ee38
("tty: xuartps: Beautify read-modify writes"), but the new behaviour is
now expected.

Link: https://www.spinics.net/lists/linux-serial/msg23168.html
Signed-off-by: Helmut Grohne <h.grohne@intenta.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Helmut Grohne 7 年之前
父節點
當前提交
34b6a3a91f
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      drivers/tty/serial/xilinx_uartps.c

+ 0 - 2
drivers/tty/serial/xilinx_uartps.c

@@ -1203,8 +1203,6 @@ static void cdns_uart_console_write(struct console *co, const char *s,
 			CDNS_UART_SR_TXEMPTY)
 			CDNS_UART_SR_TXEMPTY)
 		cpu_relax();
 		cpu_relax();
 
 
-	writel(ctrl, port->membase + CDNS_UART_CR);
-
 	/* restore interrupt state */
 	/* restore interrupt state */
 	writel(imr, port->membase + CDNS_UART_IER);
 	writel(imr, port->membase + CDNS_UART_IER);