mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
remove debug info
This commit is contained in:
parent
78d30ff6ff
commit
98b466a2d3
@ -169,11 +169,6 @@ static void mod_calc_rateinc(struct ddb_mod *mod)
|
|||||||
{
|
{
|
||||||
u32 ri;
|
u32 ri;
|
||||||
|
|
||||||
dev_info(mod->port->dev->dev,
|
|
||||||
"ibitrate %llu\n", mod->ibitrate);
|
|
||||||
dev_info(mod->port->dev->dev,
|
|
||||||
"obitrate %llu\n", mod->obitrate);
|
|
||||||
|
|
||||||
if (mod->ibitrate != 0) {
|
if (mod->ibitrate != 0) {
|
||||||
u64 d = mod->obitrate - mod->ibitrate;
|
u64 d = mod->obitrate - mod->ibitrate;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user