From: Ezequiel Garcia Date: Sun, 15 Jul 2012 06:00:33 +0000 (-0300) Subject: [media] pwc: Use vb2 queue mutex through a single name X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~3^2^2~300 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ab61196e5b6d73ef5bb058a323d3ac7309cdc62;p=pandora-kernel.git [media] pwc: Use vb2 queue mutex through a single name 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 Signed-off-by: Hans de Goede Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed