commit | 3857abc622102b808de11ff3393d541b826ab952 | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Mon Jun 08 14:24:03 2009 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Mon Jun 08 14:50:01 2009 +0200 |
tree | 3e8f771a12a4da67455f2aef6c25efb8a7903f3a | |
parent | 4db7589f3d88c09d740560f1dcf2d4d843d918f2 [diff] |
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>