From: Al Viro Date: Wed, 12 Sep 2018 03:22:59 +0000 (-0400) Subject: rfcomm: get rid of mentioning TIOC[SG]SERIAL X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6a9daed31cc8dc1ca0b3d25f85426adbd2112293;p=linux.git rfcomm: get rid of mentioning TIOC[SG]SERIAL no support there Signed-off-by: Al Viro --- diff --git a/net/bluetooth/rfcomm/tty.c b/net/bluetooth/rfcomm/tty.c index 5e44d842cc5d0..ba4f59389405d 100644 --- a/net/bluetooth/rfcomm/tty.c +++ b/net/bluetooth/rfcomm/tty.c @@ -839,14 +839,6 @@ static int rfcomm_tty_ioctl(struct tty_struct *tty, unsigned int cmd, unsigned l BT_DBG("TIOCMIWAIT"); break; - case TIOCGSERIAL: - BT_ERR("TIOCGSERIAL is not supported"); - return -ENOIOCTLCMD; - - case TIOCSSERIAL: - BT_ERR("TIOCSSERIAL is not supported"); - return -ENOIOCTLCMD; - case TIOCSERGSTRUCT: BT_ERR("TIOCSERGSTRUCT is not supported"); return -ENOIOCTLCMD;