Re: [RFC PATCH] vb2: use pr_info instead of pr_debug

2014-08-18 Thread Marek Szyprowski
Hello, On 2014-08-08 14:59, Hans Verkuil wrote: Modern kernels enable dynamic printk support, which is fine, except when it is combined with a debug module option. Enabling debug in videobuf2-core now produces no debugging unless it is also enabled through the dynamic printk support in debugfs

[RFC PATCH] vb2: use pr_info instead of pr_debug

2014-08-08 Thread Hans Verkuil
Modern kernels enable dynamic printk support, which is fine, except when it is combined with a debug module option. Enabling debug in videobuf2-core now produces no debugging unless it is also enabled through the dynamic printk support in debugfs. Either use a debug module option + pr_info, or u