Commit 02147266 authored by Wolfram Sang's avatar Wolfram Sang Committed by Mauro Carvalho Chehab

media: pci: cx88: convert to i2c_new_scanned_device

Here, this only means to update a comment in the driver.
Signed-off-by: default avatarWolfram Sang <wsa+renesas@sang-engineering.com>
Acked-by: default avatarSean Young <sean@mess.org>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 1d5479d8
...@@ -613,7 +613,7 @@ void cx88_i2c_init_ir(struct cx88_core *core) ...@@ -613,7 +613,7 @@ void cx88_i2c_init_ir(struct cx88_core *core)
} }
/* /*
* We can't call i2c_new_probed_device() because it uses * We can't call i2c_new_scanned_device() because it uses
* quick writes for probing and at least some RC receiver * quick writes for probing and at least some RC receiver
* devices only reply to reads. * devices only reply to reads.
* Also, Hauppauge XVR needs to be specified, as address 0x71 * Also, Hauppauge XVR needs to be specified, as address 0x71
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment