diff options
author | Bhupesh Sharma <bhupesh.sharma@st.com> | 2012-03-23 22:23:13 +0530 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2012-04-10 19:11:51 +0300 |
commit | 6190c79df861d2c78a7448fe6d4260e5fa53b9b9 (patch) | |
tree | 3a88a39558e08df3c668f2ef0c96a77f07cd2638 /drivers/vlynq | |
parent | f135617224b4a1113b26b8ee5877e94f38e40d1e (diff) | |
download | linux-stable-6190c79df861d2c78a7448fe6d4260e5fa53b9b9.tar.gz linux-stable-6190c79df861d2c78a7448fe6d4260e5fa53b9b9.tar.bz2 linux-stable-6190c79df861d2c78a7448fe6d4260e5fa53b9b9.zip |
usb: gadget: uvc: Remove non-required locking from 'uvc_queue_next_buffer' routine
This patch removes the non-required spinlock acquire/release calls on
'queue->irqlock' from 'uvc_queue_next_buffer' routine.
This routine is called from 'video->encode' function (which translates to
either 'uvc_video_encode_bulk' or 'uvc_video_encode_isoc') in 'uvc_video.c'.
As, the 'video->encode' routines are called with 'queue->irqlock' already held,
so acquiring a 'queue->irqlock' again in 'uvc_queue_next_buffer' routine causes
a spin lock recursion.
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@st.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/vlynq')
0 files changed, 0 insertions, 0 deletions