mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
remove buffer size debugging message
This commit is contained in:
parent
02b292987b
commit
6001c5baf5
@ -4542,7 +4542,6 @@ int ddb_init_ddbridge(void)
|
|||||||
dma_buf_size = 1;
|
dma_buf_size = 1;
|
||||||
if (dma_buf_size > 43)
|
if (dma_buf_size > 43)
|
||||||
dma_buf_size = 43;
|
dma_buf_size = 43;
|
||||||
printk("dma_buf_num = %u, dma_buf_size = %u\n", dma_buf_num, dma_buf_size);
|
|
||||||
|
|
||||||
if (ddb_class_create() < 0)
|
if (ddb_class_create() < 0)
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user