staging: sst: remove the kernel locking in ioctl
authorVinod Koul <vinod.koul@intel.com>
Thu, 14 Oct 2010 15:59:38 +0000 (16:59 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 14 Oct 2010 19:11:24 +0000 (12:11 -0700)
commit88eea8de94b09207421b75b0029d50727a1dff38
tree54e74b24495357e51f4885ae032f4c389da4eb27
parent6e2c2dcfa4c30532bf9e66a1d0f42a7342283f4c
staging: sst: remove the kernel locking in ioctl

kernel locking in ioctl was introduced when ioctl function was
moved from ioctl to unlocked ioctl
This is no longer required hence removed

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/intel_sst/intel_sst_app_interface.c