remove debugging message

This commit is contained in:
Ralph Metzler 2015-12-21 13:49:00 +01:00 committed by mvoelkel
parent a8ed36fef2
commit dd540699c3
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ static int ns_start(struct dvbnss *nss)
if (dns->fe != input)
ddb_dvb_ns_input_start(dns->fe);
ddb_dvb_ns_input_start(input);
printk("ns start ns %u, fe %u link %u\n", dns->nr, dns->fe->nr, dns->fe->port->lnr);
/* printk("ns start ns %u, fe %u link %u\n", dns->nr, dns->fe->nr, dns->fe->port->lnr); */
ddbwritel(dev, reg | (dns->fe->nr << 8) | (dns->fe->port->lnr << 16),
STREAM_CONTROL(dns->nr));
return 0;