Re: [RESEND PATCH] media: camss: vfe: Use trace_printk for debugging only

2020-08-18 Thread Nicolas Boichat
On Fri, Jul 10, 2020 at 2:48 PM Nicolas Boichat wrote: > > trace_printk should not be used in production code. Since > tracing interrupts is presumably latency sensitive, pr_dbg is > not appropriate, so guard the call with a preprocessor symbol > that can be defined for debugging purpose. > >

[RESEND PATCH] media: camss: vfe: Use trace_printk for debugging only

2020-07-10 Thread Nicolas Boichat
trace_printk should not be used in production code. Since tracing interrupts is presumably latency sensitive, pr_dbg is not appropriate, so guard the call with a preprocessor symbol that can be defined for debugging purpose. Signed-off-by: Nicolas Boichat --- Sent this before as part of a series