]> git.baikalelectronics.ru Git - kernel.git/commit
phonedev: remove BKL
authorRichard Holden <aciddeath@gmail.com>
Sun, 19 Oct 2008 03:27:53 +0000 (20:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Oct 2008 15:52:36 +0000 (08:52 -0700)
commitb33f02a9ca08a6b25b5b4f7274493e1f3f824541
tree0e39f8a212461beb7195e46f7a727c9e820bbc2c
parent75ff9d73b579483b50d2d6c0b632b9370c015d0d
phonedev: remove BKL

The phone_device array is covered by the phone_lock mutex in all cases and
request_module no longer needs the BKL so we can remove the only remaining
instance of the BKL from phonedev.

Signed-off-by: Richard Holden <aciddeath@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/telephony/phonedev.c