|
@@ -1859,7 +1859,7 @@ static void ddb_port_probe(struct ddb_port *port)
|
|
|
/* Handle missing ports and ports without I2C */
|
|
/* Handle missing ports and ports without I2C */
|
|
|
|
|
|
|
|
if (dummy_tuner && !port->nr &&
|
|
if (dummy_tuner && !port->nr &&
|
|
|
- dev->link[0].ids.device == 0x0005) {
|
|
|
|
|
|
|
+ dev->link[l].ids.device == 0x0005) {
|
|
|
port->name = "DUMMY";
|
|
port->name = "DUMMY";
|
|
|
port->class = DDB_PORT_TUNER;
|
|
port->class = DDB_PORT_TUNER;
|
|
|
port->type = DDB_TUNER_DUMMY;
|
|
port->type = DDB_TUNER_DUMMY;
|