diff options
Diffstat (limited to 'net/bluetooth/l2cap_core.c')
-rw-r--r-- | net/bluetooth/l2cap_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/l2cap_core.c b/net/bluetooth/l2cap_core.c index c8c259f21d80..f3fb61c9f96f 100644 --- a/net/bluetooth/l2cap_core.c +++ b/net/bluetooth/l2cap_core.c | |||
@@ -7094,7 +7094,7 @@ int l2cap_chan_connect(struct l2cap_chan *chan, __le16 psm, u16 cid, | |||
7094 | break; | 7094 | break; |
7095 | /* fall through */ | 7095 | /* fall through */ |
7096 | default: | 7096 | default: |
7097 | err = -ENOTSUPP; | 7097 | err = -EOPNOTSUPP; |
7098 | goto done; | 7098 | goto done; |
7099 | } | 7099 | } |
7100 | 7100 | ||