]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
serial: rsci: Convert to FIELD_MODIFY()
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 22 Dec 2025 14:02:09 +0000 (15:02 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Dec 2025 10:52:31 +0000 (11:52 +0100)
commitc14afba60a61bc80403a571a67db956aa9800dbb
treea730d7c81f41a37aa79289a62d9d07fcac96a5b1
parentb5024e804ee06330486caf3087e1b0d91e3797a5
serial: rsci: Convert to FIELD_MODIFY()

Use the FIELD_MODIFY() helper instead of open-coding the same operation.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://patch.msgid.link/ada3faf4698155a618ae6371b35eab121eb8b19c.1766411924.git.geert+renesas@glider.be
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/rsci.c