• Arnd Bergmann's avatar
    dvb/bt8xx: kill the big kernel lock · adfedd21
    Arnd Bergmann authored
    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: default avatarArnd Bergmann <arnd@arndb.de>
    Cc: linux-media@vger.kernel.org
    Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
    adfedd21
dst_ca.c 21.2 KB