commit | 7a6038b30017c45e1110388083849689356a23ae | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu Mar 14 14:10:33 2019 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Wed Oct 23 17:23:44 2019 +0200 |
tree | cb50670b51a50d0ba12986ee6e52028be2cc06b2 | |
parent | 7d60a7a6cd04c34014e763b5d7ed35d6366e42aa [diff] |
compat_ioctl: move hci_sock handlers into driver All these ioctl commands are compatible, so we can handle them with a trivial wrapper in hci_sock.c and remove the listing in fs/compat_ioctl.c. A few of the commands pass integer arguments instead of pointers, so for correctness skip the compat_ptr() conversion here. Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>