[PATCH 1/4] soc-camera: tw9910: check only Product ID
Kuninori Morimoto <[email protected]>
| Newsgroups | gmane.comp.video.video4linux |
|---|---|
| Message-ID | <ueipp9hus.wl%[email protected]> |
Signed-off-by: Kuninori Morimoto <[email protected]> --- drivers/media/video/tw9910.c | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/drivers/media/video/tw9910.c b/drivers/media/video/tw9910.c index 269ab04..4652483 100644 --- a/drivers/media/video/tw9910.c +++ b/drivers/media/video/tw9910.c @@ -885,9 +885,7 @@ static int tw9910_video_probe(struct soc_camera_device *icd, * check and show Product ID */ val = i2c_smbus_read_byte_data(client, ID); - - if (0x0B != GET_ID(val) || - 0x00 != GET_ReV(val)) { + if (0x0B != GET_ID(val)) { dev_err(&client->dev, "Product ID error %x:%x\n", GET_ID(val), GET_ReV(val)); return -ENODEV; -- 1.6.0.4 -- video4linux-list mailing list Unsubscribe mailto:[email protected]?subject=unsubscribe https://www.redhat.com/mailman/listinfo/video4linux-list