]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Fix miscdev ops owner for virtual driver
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 3 Dec 2009 17:07:28 +0000 (18:07 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 3 Dec 2009 18:34:19 +0000 (19:34 +0100)
commit52945fc86fb28d0fa26d5ad2d99941e0ca723456
treeea0c0a1d11cf9e0074d9bf5732c5b1d30898a426
parent838c655ba14b7db698e05dfda3cb85c66f5ba38b
Bluetooth: Fix miscdev ops owner for virtual driver

The /dev/vhci ops don't refer to the module and so it is possible to
unload the module while the file descriptor is in use. This was an
accidental removal after the cleanup.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_vhci.c