[media] media: adv7604: fix probe of ADV7611/7612
authorWilliam Towle <william.towle@codethink.co.uk>
Thu, 23 Jul 2015 12:21:33 +0000 (09:21 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 11 Aug 2015 12:54:00 +0000 (09:54 -0300)
commitc1362384a85e429cd4e6f5fd65f130770224bcef
treed596ce6f80b2e9d66a8c6eee4c813700dd9224cc
parent16225ea7fa6843482c562f033b7ec270651636e9
[media] media: adv7604: fix probe of ADV7611/7612

Prior to commit f862f57d ("[media] media: i2c: ADV7604: Migrate to
regmap"), the local variable 'val' contained the combined register
reads used in the chipset version ID test. Restore this expectation
so that the comparison works as it used to.

Signed-off-by: William Towle <william.towle@codethink.co.uk>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/i2c/adv7604.c