commit | adfedd216d9f0bc3f5bfa8aab42932301d4edc31 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Sat Sep 11 19:53:25 2010 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Tue Oct 19 11:29:55 2010 +0200 |
tree | edfd81d06615c22200a8fd9c007b9033ccf646bd | |
parent | efbec1cd042008b49fe3cad45604088c54905a06 [diff] |
dvb/bt8xx: kill the big kernel lock 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>