]> git.baikalelectronics.ru Git - kernel.git/commit
[media] staging: go7007: fix test for V4L2_STD_SECAM
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 28 Jan 2013 13:19:42 +0000 (10:19 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 6 Feb 2013 11:05:30 +0000 (09:05 -0200)
commitc8da8f1fed4539bf078d654b599130b6ce2a822f
tree3df56418710ce7ebe6df48fbf6a7fab74de9d68d
parent92fe52e88177249772eb09ab676b1d56587e0028
[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 <dan.carpenter@oracle.com>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/media/go7007/wis-saa7113.c