Re: [PATCH v7 11/12] media: uvcvideo: Rename debug functions

2021-01-26 Thread Laurent Pinchart
Hi Ricardo and Joe, Thank you for the patch. On Wed, Dec 23, 2020 at 02:35:27PM +0100, Ricardo Ribalda wrote: > From: Joe Perches > > trace isn't a good name as it's not a trace mechanism, it is a > typical debug mechanism. > > Rename uvc_trace/uvc_trace_cont macros to uvc_dbg/uvc_dbg_cont. >

[PATCH v7 11/12] media: uvcvideo: Rename debug functions

2020-12-23 Thread Ricardo Ribalda
From: Joe Perches trace isn't a good name as it's not a trace mechanism, it is a typical debug mechanism. Rename uvc_trace/uvc_trace_cont macros to uvc_dbg/uvc_dbg_cont. Rename uvc_trace_param to uvc_dbg_param Rename UVC_TRACE_ defines to UVC_DBG_ Use ## concatenation in uvc_dbg macros to avoid