mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
V4L/DVB (3434): changed comment in tuner-core.c
- changed comment in tuner-core.c Signed-off-by: Markus Rechberger <mrechberger@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
9df8e9456d
commit
257c645d3d
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ static int tuner_attach(struct i2c_adapter *adap, int addr, int kind)
|
|||
printk("%02x ",buffer[i]);
|
||||
printk("\n");
|
||||
}
|
||||
/* TEA5767 autodetection code - only for addr = 0xc0 */
|
||||
/* autodetection code based on the i2c addr */
|
||||
if (!no_autodetect) {
|
||||
switch (addr) {
|
||||
case 0x42:
|
||||
|
|
Loading…
Reference in a new issue