commit | c3dbc70d825968da10cf6fdde40447aeec632a2d | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Mon Nov 04 06:52:10 2013 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Tue Dec 03 17:55:32 2013 -0200 |
tree | 439c6b4cb7d731b20e16f45f6e04f6315269911d | |
parent | 4a62361f825325bd6dd228d3c05e254d40f74e47 [diff] |
[media] v4l: omap4iss: Move code out of mutex-protected section The pad::get_fmt call must be protected by a mutex, but preparing its arguments doesn't need to be. Move the non-critical code out of the mutex-protected section. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>