n_tty: drop fp from n_tty_receive_buf_real_raw()
authorJiri Slaby <jirislaby@kernel.org>
Wed, 12 Jul 2023 06:42:13 +0000 (08:42 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Jul 2023 17:19:39 +0000 (19:19 +0200)
commitb30a3d396b4c4fccc73a4922d594bb589afb5bee
tree7e9b2ec2944093cc911e8b9222802bb10b8290f2
parentb4940f6c3e0e021a8612e8eee5d93ecba9ec9f32
n_tty: drop fp from n_tty_receive_buf_real_raw()

The 'fp' parameter of n_tty_receive_buf_real_raw() is unused, so drop
it.

Signed-off-by: Jiri Slaby (SUSE) <jirislaby@kernel.org>
Link: https://lore.kernel.org/r/20230712064216.12150-2-jirislaby@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/n_tty.c