mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 10:44:14 +08:00
bluetooth: Fix rfcomm_sock_ioctl() build failure with debugging enabled.
It's 'sock' not 'sk'. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
e42130039c
commit
6cf1a0f856
@ -792,7 +792,7 @@ static int rfcomm_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned lon
|
|||||||
#endif
|
#endif
|
||||||
int err;
|
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);
|
err = bt_sock_ioctl(sock, cmd, arg);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user