HID: remove BKL from hiddev_ioctl_usage()
authorJiri Kosina <jkosina@suse.cz>
Thu, 5 Nov 2009 15:01:13 +0000 (16:01 +0100)
committerJiri Kosina <jkosina@suse.cz>
Thu, 5 Nov 2009 17:59:03 +0000 (18:59 +0100)
The race between ioctl and disconnect is guarded by low level
hiddev device mutex (existancelock) since the commit
07903407 ("HID: hiddev cleanup -- handle all error conditions
properly"), therefore we can remove the lock_kernel() from
hiddev_ioctl_usage().

Acked-by: Oliver Neukum <oliver@neukum.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

No differences found