Re: [PATCH] rc-core: don't use dynamic_pr_debug for IR_dprintk()

2014-07-26 Thread Mauro Carvalho Chehab
Em Sat, 26 Jul 2014 14:08:04 +0300 Antti Palosaari escreveu: > > > On 07/26/2014 05:25 AM, Mauro Carvalho Chehab wrote: > > The hole point of IR_dprintk() is that, once a level is > > given at debug parameter, all enabled IR parsers will show their > > debug messages. > > > > While converting i

Re: [PATCH] rc-core: don't use dynamic_pr_debug for IR_dprintk()

2014-07-26 Thread Antti Palosaari
On 07/26/2014 05:25 AM, Mauro Carvalho Chehab wrote: The hole point of IR_dprintk() is that, once a level is given at debug parameter, all enabled IR parsers will show their debug messages. While converting it to dynamic_printk might be a good idea, right now it just makes very hard to debug t

[PATCH] rc-core: don't use dynamic_pr_debug for IR_dprintk()

2014-07-25 Thread Mauro Carvalho Chehab
The hole point of IR_dprintk() is that, once a level is given at debug parameter, all enabled IR parsers will show their debug messages. While converting it to dynamic_printk might be a good idea, right now it just makes very hard to debug the drivers, as one needs to both pass debug=1 or debug=2