Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

V4L/DVB (12943): SAA7164: Add a warning about addr usage

SAA7164: Remove meaningless if'0 code

Signed-off-by: Steven Toth <stoth@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Steven Toth and committed by
Mauro Carvalho Chehab
1f8c40b4 90e801ac

+2
+2
drivers/media/video/saa7164/saa7164-dvb.c
··· 530 530 &i2c_bus->i2c_adap); 531 531 532 532 if (port->dvb.frontend != NULL) { 533 + /* TODO: addr is in the card struct */ 533 534 dvb_attach(tda18271_attach, port->dvb.frontend, 534 535 0xc0 >> 1, &i2c_bus->i2c_adap, 535 536 &hauppauge_hvr22x0_tuner_config); ··· 545 544 &i2c_bus->i2c_adap); 546 545 547 546 if (port->dvb.frontend != NULL) { 547 + /* TODO: addr is in the card struct */ 548 548 dvb_attach(tda18271_attach, port->dvb.frontend, 549 549 0xc0 >> 1, &i2c_bus->i2c_adap, 550 550 &hauppauge_hvr22x0_tuner_config);