HID: remove BKL from hidraw
authorJiri Kosina <jkosina@suse.cz>
Thu, 25 Mar 2010 13:15:11 +0000 (14:15 +0100)
committerJiri Kosina <jkosina@suse.cz>
Thu, 25 Mar 2010 13:29:14 +0000 (14:29 +0100)
Remove BKL from hidraw, which is possible through fixing the
locking of minors_lock mutex properly -- it is now used to
guard all accessess to hidraw_table[], preventing it to becoming
NULL unexpectedly by unregistering the device.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>

No differences found