From: Dan Carpenter Date: Mon, 28 Jan 2013 13:19:42 +0000 (-0300) Subject: [media] staging: go7007: fix test for V4L2_STD_SECAM X-Git-Tag: v3.9-rc1~93^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb1e7b053a41807b613247535f269108f3b4fc70;p=pandora-kernel.git [media] staging: go7007: fix test for V4L2_STD_SECAM The current test doesn't make a lot of sense. It's likely to be true, which is what we would want in most cases. From looking at how this is handled in other drivers, I think "&" was intended instead of "*". It's an easy mistake to make because they are next to each other on the keyboard. Signed-off-by: Dan Carpenter Acked-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed