From: Mike Isely Date: Sat, 30 Aug 2008 18:11:16 +0000 (-0300) Subject: V4L/DVB (8894): pvrusb2: Remove BKL X-Git-Tag: v2.6.28-rc1~601^2~216 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=157afbc0de7d99cde39a5525b4c43acd4e02ef82;p=pandora-kernel.git 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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed