From: Michael Krufky Date: Sat, 26 Jul 2008 18:43:17 +0000 (-0300) Subject: V4L/DVB (8532): mxl5007t: remove excessive locks X-Git-Tag: v2.6.27-rc1~31^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74b9ef21162fd81d9de87319c4373f523e2869cd;p=pandora-kernel.git V4L/DVB (8532): mxl5007t: remove excessive locks The use of mutex locking is overly paranoid in this driver. The only locks we need are around the manipulation of the register arrays. The other locks are not needed - remove them. Thanks to Steven Toth for pointing this out. Signed-off-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed