From: Marcel Holtmann Date: Mon, 8 Jun 2009 12:13:57 +0000 (+0200) Subject: Bluetooth: Use wait_event_interruptible for virtual driver X-Git-Tag: v2.6.31-rc1~330^2~41^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4db7589f3d88c09d740560f1dcf2d4d843d918f2;p=pandora-kernel.git 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 --- Reading git-diff-tree failed