V4L/DVB (8532): mxl5007t: remove excessive locks
authorMichael Krufky <mkrufky@linuxtv.org>
Sat, 26 Jul 2008 18:43:17 +0000 (15:43 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sun, 27 Jul 2008 14:07:35 +0000 (11:07 -0300)
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>

No differences found