From: Jiri Kosina Date: Thu, 25 Mar 2010 13:15:11 +0000 (+0100) Subject: HID: remove BKL from hidraw X-Git-Tag: v2.6.35-rc1~454^2~4^3~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e57480b2a717916510b0c23b2851398a4cbd958;p=pandora-kernel.git 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: Jiri Kosina --- Reading git-diff-tree failed