Re: [PATCH] pwc: Use vb2 queue mutex through a single name

2012-08-09 Thread Hans de Goede
Hi, Thanks for the patch, I've added it to my tree for 3.7: http://git.linuxtv.org/hgoede/gspca.git/shortlog/refs/heads/media-for_v3.7-wip Regards, Hans On 07/15/2012 08:00 AM, Ezequiel Garcia wrote: This lock was being taken using two different names (pointers) in the same function. Both na

[PATCH] pwc: Use vb2 queue mutex through a single name

2012-07-14 Thread Ezequiel Garcia
This lock was being taken using two different names (pointers) in the same function. Both names refer to the same lock, so this wasn't an error; but it looked very strange. Cc: Hans Verkuil Signed-off-by: Ezequiel Garcia --- drivers/media/video/pwc/pwc-if.c |2 +- 1 files changed, 1 inserti