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:
@@ -4542,8 +4542,7 @@ int ddb_init_ddbridge(void)
|
||||
dma_buf_size = 1;
|
||||
if (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)
|
||||
return -1;
|
||||
ddb_wq = alloc_workqueue("ddbridge", 0, 0);
|
||||
|
Reference in New Issue
Block a user