Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122562
b: refs/heads/master
c: e19caae
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Dec 9, 2008
1 parent ca10fb7 commit 087e135
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bcb09dc276e706ed6f22813ba774797125f3da0a
refs/heads/master: e19caae7177fcc732ae1b47135e39f577352adb2
6 changes: 2 additions & 4 deletions trunk/net/bluetooth/rfcomm/sock.c
Original file line number Diff line number Diff line change
Expand Up @@ -787,12 +787,10 @@ static int rfcomm_sock_getsockopt(struct socket *sock, int level, int optname, c

static int rfcomm_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
{
#if defined(CONFIG_BT_RFCOMM_TTY) || defined(CONFIG_BT_RFCOMM_DEBUG)
struct sock *sk = sock->sk;
#endif
struct sock *sk __maybe_unused = sock->sk;
int err;

BT_DBG("sk %p cmd %x arg %lx", sock, cmd, arg);
BT_DBG("sk %p cmd %x arg %lx", sk, cmd, arg);

err = bt_sock_ioctl(sock, cmd, arg);

Expand Down

0 comments on commit 087e135

Please sign in to comment.