]> git.baikalelectronics.ru Git - kernel.git/commit
USB: sisusbvga: Remove the BKL from ioctl
authorAlessio Igor Bogani <abogani@texware.it>
Mon, 1 Mar 2010 13:10:56 +0000 (14:10 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 20 May 2010 20:21:31 +0000 (13:21 -0700)
commit7fa9718815f5d652ced2d89fff544631041a3daf
tree127bcdb795b0efb9b6dd180200b77279253c6120
parent568d800312606e2e2e24f0aadf1b52142807c705
USB: sisusbvga: Remove the BKL from ioctl

Seems to me that BKL is not needed here because necessary locking is already
provided by mutex sisusb->lock.

Also change the returned value to long.

Signed-off-by: Alessio Igor Bogani <abogani@texware.it>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/misc/sisusbvga/sisusb.c