1
0
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:
Ralph Metzler 2018-01-01 21:03:27 +01:00
parent 02b292987b
commit 6001c5baf5

View File

@ -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);