]> git.karo-electronics.de Git - mv-sheeva.git/commit
V4L/DVB: bttv-driver: document functions using mutex_lock
authorMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 14 Sep 2010 15:19:51 +0000 (12:19 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 21 Oct 2010 03:06:12 +0000 (01:06 -0200)
commit8822f0d60b7cd550465e7d07dbe02084f5476d91
tree437ed9b7082f7d0a2217d9ec23579886b8279455
parentf2f8e8503e16985a784ed4e3fc5125fd5f86adf6
V4L/DVB: bttv-driver: document functions using mutex_lock

There are a few ancillary static routines used by ioctl functions
that takes bttv lock internally. As we'll be adding the same lock
for all ioctl's that need, we need to properly document them, to
avoid doing double locks

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/bt8xx/bttv-driver.c