[PATCH 03/15] drivers: thermal: tsens: Add __func__ identifier to debug statements

2019-10-16 Thread Amit Kucheria
Printing the function name when enabling debugging makes logs easier to read. Signed-off-by: Amit Kucheria Reviewed-by: Stephen Boyd Reviewed-by: Daniel Lezcano --- drivers/thermal/qcom/tsens-common.c | 8 drivers/thermal/qcom/tsens.c| 6 +++--- 2 files changed, 7 insertions(+

Re: [PATCH 03/15] drivers: thermal: tsens: Add __func__ identifier to debug statements

2019-08-19 Thread Daniel Lezcano
On 26/07/2019 00:18, Amit Kucheria wrote: > Printing the function name when enabling debugging makes logs easier to > read. > > Signed-off-by: Amit Kucheria > --- Reviewed-by: Daniel Lezcano -- Linaro.org │ Open source software for ARM SoCs Follow Linaro:

Re: [PATCH 03/15] drivers: thermal: tsens: Add __func__ identifier to debug statements

2019-08-16 Thread Stephen Boyd
Quoting Amit Kucheria (2019-07-25 15:18:38) > Printing the function name when enabling debugging makes logs easier to > read. > > Signed-off-by: Amit Kucheria > --- Reviewed-by: Stephen Boyd

[PATCH 03/15] drivers: thermal: tsens: Add __func__ identifier to debug statements

2019-07-25 Thread Amit Kucheria
Printing the function name when enabling debugging makes logs easier to read. Signed-off-by: Amit Kucheria --- drivers/thermal/qcom/tsens-common.c | 8 drivers/thermal/qcom/tsens.c| 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/thermal/qcom/tse