commit | 2dd54a54c19d0e5b50f4e1c591653772ead9d4a1 | [log] [tgz] |
---|---|---|
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | Wed Aug 05 20:06:31 2009 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Thu Aug 13 20:39:11 2009 -0300 |
tree | 3ab873ae09a4cc3f56906dbb4712e1331a078519 | |
parent | 7d2e2e35fb50f381c9398e481aac1e1729765ae3 [diff] |
V4L/DVB (12424): soc-camera: fix recursive locking in .buf_queue() The .buf_queue() V4L2 driver method is called under spinlock_irqsave(q->irqlock,...), don't take the lock again inside the function. Reported-by: Antonio Ospite <ospite@studenti.unina.it> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>