Skip to content

Commit fdb19f4

Browse files
Kexin Sungregkh
authored andcommitted
tty: atmel_serial: update outdated reference to atmel_tasklet_func()
The modem-status comparison that used irq_status_prev was moved from atmel_tasklet_func() into atmel_handle_status() in commit d033e82 ("tty/serial: at91: handle IRQ status more safely"). Update the comment accordingly. Assisted-by: unnamed:deepseek-v3.2 coccinelle Signed-off-by: Kexin Sun <kexinsun@smail.nju.edu.cn> Link: https://patch.msgid.link/20260324024857.3244-1-kexinsun@smail.nju.edu.cn Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent da6dbbf commit fdb19f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/tty/serial/atmel_serial.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1927,7 +1927,7 @@ static int atmel_startup(struct uart_port *port)
19271927
atmel_uart_writel(port, ATMEL_US_FMR, fmr);
19281928
}
19291929

1930-
/* Save current CSR for comparison in atmel_tasklet_func() */
1930+
/* Save current CSR for comparison in atmel_handle_status() */
19311931
atmel_port->irq_status_prev = atmel_uart_readl(port, ATMEL_US_CSR);
19321932

19331933
/*

0 commit comments

Comments
 (0)