Skip to content

Commit

Permalink
rfcomm: get rid of mentioning TIOC[SG]SERIAL
Browse files Browse the repository at this point in the history
no support there

Signed-off-by: Al Viro <[email protected]>
  • Loading branch information
Al Viro committed Oct 13, 2018
1 parent 5099d23 commit 6a9daed
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions net/bluetooth/rfcomm/tty.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6a9daed

Please sign in to comment.