]> git.baikalelectronics.ru Git - kernel.git/commit
compat_ioctl: remove HCIUART handling
authorArnd Bergmann <arnd@arndb.de>
Thu, 14 Mar 2019 10:23:09 +0000 (11:23 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 23 Oct 2019 15:23:44 +0000 (17:23 +0200)
commita7fe17b1bc356f87861bd62eebc73ffeccc16705
tree7b03a926778b4f7d760dec84cd858b793f0f9fc4
parent6e11a27e5be617ae016588aa8f55422f2af9eaa7
compat_ioctl: remove HCIUART handling

As of commit 8800df99b8eb ("change semantics of ldisc ->compat_ioctl()"),
all hciuart ioctl commands are handled correctly in the driver, and we
never need to go through the table here.

Cc: linux-bluetooth@vger.kernel.org
Cc: Marcel Holtmann <marcel@holtmann.org>
Cc: Johan Hedberg <johan.hedberg@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
fs/compat_ioctl.c