Re: [PATCH 30/33] video: stm32_dsi: migrate trace to dev and log macro

2020-10-15 Thread Philippe CORNU
On 10/14/20 11:16 AM, Patrick Delaunay wrote: > Change pr_* to dev_ or log_ macro and define LOG_CATEGORY. > > Signed-off-by: Patrick Delaunay > --- > > drivers/video/stm32/stm32_dsi.c | 18 ++ > 1 file changed, 10 insertions(+), 8 deletions(-) > > diff --git

[PATCH 30/33] video: stm32_dsi: migrate trace to dev and log macro

2020-10-14 Thread Patrick Delaunay
Change pr_* to dev_ or log_ macro and define LOG_CATEGORY. Signed-off-by: Patrick Delaunay --- drivers/video/stm32/stm32_dsi.c | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/drivers/video/stm32/stm32_dsi.c b/drivers/video/stm32/stm32_dsi.c index