commit | 74b9ef21162fd81d9de87319c4373f523e2869cd | [log] [tgz] |
---|---|---|
author | Michael Krufky <mkrufky@linuxtv.org> | Sat Jul 26 15:43:17 2008 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Sun Jul 27 11:07:35 2008 -0300 |
tree | 2c6a4f202511838d328f7e8841744c38a4f24f9b | |
parent | c39c1fd29373d204b11b71946d0f4c97e4974dd9 [diff] |
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 <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>