Skip to content
Commit 2e57480b authored by Jiri Kosina's avatar Jiri Kosina
Browse files

HID: remove BKL from hidraw



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: default avatarJiri Kosina <jkosina@suse.cz>
parent 39710479
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment