Bluetooth: Remove BKL from open callback of virtual driver
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 8 Jun 2009 12:24:03 +0000 (14:24 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 8 Jun 2009 12:50:01 +0000 (14:50 +0200)
commit3857abc622102b808de11ff3393d541b826ab952
tree3e8f771a12a4da67455f2aef6c25efb8a7903f3a
parent4db7589f3d88c09d740560f1dcf2d4d843d918f2
Bluetooth: Remove BKL from open callback of virtual driver

The BKL push down added some BKL into the open callback of the virtual
driver. The driver is really simple and need no such locking and so just
remove it.

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