commit | 4db7589f3d88c09d740560f1dcf2d4d843d918f2 | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Mon Jun 08 14:13:57 2009 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Mon Jun 08 14:50:01 2009 +0200 |
tree | 8369420bfd5bef1074fd9e617e84bc81e25341b3 | |
parent | ac28494c51ad20c7ff9cb991eaeee359a500d88e [diff] |
Bluetooth: Use wait_event_interruptible for virtual driver The virtual driver still uses a home grown way of waiting for events and so just replace it with wait_event_interruptible. And while at it remove the useless access_ok() checks. Signed-off-by: Marcel Holtmann <marcel@holtmann.org>