projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5099d23
)
rfcomm: get rid of mentioning TIOC[SG]SERIAL
author
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 12 Sep 2018 03:22:59 +0000
(23:22 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 13 Oct 2018 04:50:33 +0000
(
00:50
-0400)
no support there
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
net/bluetooth/rfcomm/tty.c
patch
|
blob
|
history
diff --git
a/net/bluetooth/rfcomm/tty.c
b/net/bluetooth/rfcomm/tty.c
index 5e44d842cc5d0b87ff4172c809a933eec9ea2c47..ba4f59389405d36a5f7b8ddc5cd61f1ed58cdc48 100644
(file)
--- 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;