Re: [PATCH 17/33] clk: stm32mp1: migrate trace to dev and log macro

2020-10-21 Thread Patrice CHOTARD
Hi Patrick On 10/14/20 11:16 AM, Patrick Delaunay wrote: > Change debug and pr_ macro to dev macro and define LOG_CATEGORY. > > Remove the "%s:" __func__ header as it is managed by dev macro > (dev->name is displayed) or log macro (CONFIG_LOGF_FUNC). > > Signed-off-by: Patrick Delaunay > --- >

[PATCH 17/33] clk: stm32mp1: migrate trace to dev and log macro

2020-10-14 Thread Patrick Delaunay
Change debug and pr_ macro to dev macro and define LOG_CATEGORY. Remove the "%s:" __func__ header as it is managed by dev macro (dev->name is displayed) or log macro (CONFIG_LOGF_FUNC). Signed-off-by: Patrick Delaunay --- drivers/clk/clk_stm32mp1.c | 147 ++---