]> git.baikalelectronics.ru Git - kernel.git/commit
tlclk: remove big kernel lock
authorArnd Bergmann <arnd@arndb.de>
Sat, 11 Sep 2010 17:31:43 +0000 (19:31 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 19 Oct 2010 09:29:54 +0000 (11:29 +0200)
commit580844322f671bb9bb9efcf89fa2587d0f712a97
tree21135467cb576f4b96fb09c28731488583a4137b
parentd6c5378db86af204bdacdb1dcbd5981f0badecdb
tlclk: remove big kernel lock

This driver already has a global mutex, so let's just
use that in the open function instead of the BKL.
It may not even be needed there, but this patch should
have the smallest impact.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Mark Gross <mark.gross@intel.com>
drivers/char/tlclk.c