Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6cf1a0f8 authored by David S. Miller's avatar David S. Miller
Browse files

bluetooth: Fix rfcomm_sock_ioctl() build failure with debugging enabled.



It's 'sock' not 'sk'.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e4213003
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -792,7 +792,7 @@ static int rfcomm_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned lon
#endif
	int err;

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

	err = bt_sock_ioctl(sock, cmd, arg);