V4L/DVB: s2255drv: removal of big kernel lock
authorDean Anderson <dean@sensoray.com>
Fri, 9 Apr 2010 02:46:08 +0000 (23:46 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 19 May 2010 15:57:23 +0000 (12:57 -0300)
big kernel lock removed from open function.
v4l2 code does not require locking the open function except
to check asynchronous firmware load state, which is protected
by a mutex

Signed-off-by: Dean Anderson <dean@sensoray.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found