]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tty: atmel_serial: update outdated reference to atmel_tasklet_func()
authorKexin Sun <kexinsun@smail.nju.edu.cn>
Tue, 24 Mar 2026 02:48:57 +0000 (10:48 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 30 Mar 2026 15:36:45 +0000 (17:36 +0200)
commitfdb19f4ede3bf41c48721889114441389d1ad403
tree78ce8e976032b8b5f03f3a66e512983ff5faced6
parentda6dbbf11c01aba88233c5be247ed2918183b387
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 d033e82db9a5 ("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>
drivers/tty/serial/atmel_serial.c