summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_sock.c
diff options
context:
space:
mode:
authorMarcel Holtmann2013-10-10 19:50:06 +0200
committerJohan Hedberg2013-10-10 22:11:41 +0200
commit324d36ed26a22bc14b2dd4505f3dba3fb2676bcc (patch)
tree27c99624326da46727d9ab0b95423208cb501555 /net/bluetooth/hci_sock.c
parentBluetooth: Remove unused btmrvl_ioctl() callback (diff)
downloadkernel-qcow2-linux-324d36ed26a22bc14b2dd4505f3dba3fb2676bcc.tar.gz
kernel-qcow2-linux-324d36ed26a22bc14b2dd4505f3dba3fb2676bcc.tar.xz
kernel-qcow2-linux-324d36ed26a22bc14b2dd4505f3dba3fb2676bcc.zip
Bluetooth: Remove hdev->ioctl driver callback
Since there is no use of hdev->ioctl by any Bluetooth driver since ever, so just lets remove it. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'net/bluetooth/hci_sock.c')
-rw-r--r--net/bluetooth/hci_sock.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/net/bluetooth/hci_sock.c b/net/bluetooth/hci_sock.c
index 5b2d3f3c9b67..3beaa0594009 100644
--- a/net/bluetooth/hci_sock.c
+++ b/net/bluetooth/hci_sock.c
@@ -553,10 +553,7 @@ static int hci_sock_bound_ioctl(struct sock *sk, unsigned int cmd,
return hci_sock_blacklist_del(hdev, (void __user *) arg);
}
- if (hdev->ioctl)
- return hdev->ioctl(hdev, cmd, arg);
-
- return -EINVAL;
+ return -ENOIOCTLCMD;
}
static int hci_sock_ioctl(struct socket *sock, unsigned int cmd,