dvb/bt8xx: kill the big kernel lock
authorArnd Bergmann <arnd@arndb.de>
Sat, 11 Sep 2010 17:53:25 +0000 (19:53 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 19 Oct 2010 09:29:55 +0000 (11:29 +0200)
The bt8xx driver only uses the big kernel lock in its dst_ca_ioctl
function and never to serialize against other code, so we can
trivially replace it with a private mutex.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: linux-media@vger.kernel.org
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>

No differences found