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
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