]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
V4L/DVB (8894): pvrusb2: Remove BKL
authorMike Isely <isely@pobox.com>
Sat, 30 Aug 2008 18:11:16 +0000 (15:11 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 12 Oct 2008 11:36:57 +0000 (09:36 -0200)
commit157afbc0de7d99cde39a5525b4c43acd4e02ef82
tree930ddb487f77158a96c42c21f330c4194e611f6d
parent5f33df1443cd53283279d017b45ed1b1bc66f622
V4L/DVB (8894): pvrusb2: Remove BKL

The earlier change from Hans Verkuil that pushed the BKL from
video_open() down into the drivers should be unneeded for the pvrusb2
driver.  This driver's implementation for open already protects its
internal structures through other means, thus the BKL is not required.
This change reverses Hans' previous change, for the pvrusb2 driver.

It probably would have been a good idea for Hans to previously have
asked for my ack before committing his change.

Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/pvrusb2/pvrusb2-v4l2.c