mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2025-03-01 10:35:23 +00:00
remove buffer size debugging message
This commit is contained in:
parent
02b292987b
commit
6001c5baf5
@ -4542,8 +4542,7 @@ 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;
|
||||||
ddb_wq = alloc_workqueue("ddbridge", 0, 0);
|
ddb_wq = alloc_workqueue("ddbridge", 0, 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user