diff options
| author | Gustavo F. Padovan <[email protected]> | 2011-05-04 22:42:50 +0000 |
|---|---|---|
| committer | Gustavo F. Padovan <[email protected]> | 2011-06-08 19:58:16 +0000 |
| commit | 0f8527249646bbe75d036fe8b9b84d662ece90a9 (patch) | |
| tree | 30b1a4e2d68ba207349c5bd003101c6dafdf50b1 /net/bluetooth/l2cap_sock.c | |
| parent | Bluetooth: Remove export of l2cap_chan_clear_timer() (diff) | |
| download | kernel-0f8527249646bbe75d036fe8b9b84d662ece90a9.tar.gz kernel-0f8527249646bbe75d036fe8b9b84d662ece90a9.zip | |
Bluetooth: Rename __l2cap_chan_close() to l2cap_chan_close()
To make it consistent with the rest of the API.
Signed-off-by: Gustavo F. Padovan <[email protected]>
Diffstat (limited to 'net/bluetooth/l2cap_sock.c')
| -rw-r--r-- | net/bluetooth/l2cap_sock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/l2cap_sock.c b/net/bluetooth/l2cap_sock.c index 7d87d1f664cc..b79fb7561836 100644 --- a/net/bluetooth/l2cap_sock.c +++ b/net/bluetooth/l2cap_sock.c @@ -707,7 +707,7 @@ static int l2cap_sock_shutdown(struct socket *sock, int how) err = __l2cap_wait_ack(sk); sk->sk_shutdown = SHUTDOWN_MASK; - __l2cap_chan_close(chan, 0); + l2cap_chan_close(chan, 0); if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime) err = bt_sock_wait_state(sk, BT_CLOSED, |
