USB: usblcd: Push down BKL into driver
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Thu, 22 May 2008 21:07:51 +0000 (22:07 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 21 Jul 2008 22:16:18 +0000 (15:16 -0700)
commit5cb4aeca8e8c29605703be5576825eb3257d8a92
treeb33bd1668d65836c6f6ceb2d60ea75de0a664728
parent1160d0765660e14b44dffd931b28a3875d5d9e46
USB: usblcd: Push down BKL into driver

I'm pretty sure this can be eliminated however I couldn't prove (or find)
what stopped the device vanishing mid IOCTL_GET_HARD_VERSION. Perhaps a
USB wizard could double check that and see if the lock_kernel can go
entirely.

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/misc/usblcd.c