Re: [PATCH v2 3/9] devfreq: Use HZ macros

2021-02-26 Thread Chanwoo Choi
On 21. 2. 26. 오후 5:51, Daniel Lezcano wrote: On 26/02/2021 07:08, Chanwoo Choi wrote: On 21. 2. 24. 오후 11:42, Daniel Lezcano wrote: HZ unit conversion macros are available in units.h, use them and remove the duplicate definition. Signed-off-by: Daniel Lezcano Reviewed-by: Christian Egger

Re: [PATCH v2 3/9] devfreq: Use HZ macros

2021-02-26 Thread Daniel Lezcano
On 26/02/2021 07:08, Chanwoo Choi wrote: > > > On 21. 2. 24. 오후 11:42, Daniel Lezcano wrote: >> HZ unit conversion macros are available in units.h, use them and >> remove the duplicate definition. >> >> Signed-off-by: Daniel Lezcano >> Reviewed-by: Christian Eggers >> Acked-by: Chanwoo Choi >>

Re: [PATCH v2 3/9] devfreq: Use HZ macros

2021-02-25 Thread Chanwoo Choi
On 21. 2. 24. 오후 11:42, Daniel Lezcano wrote: HZ unit conversion macros are available in units.h, use them and remove the duplicate definition. Signed-off-by: Daniel Lezcano Reviewed-by: Christian Eggers Acked-by: Chanwoo Choi --- drivers/devfreq/devfreq.c | 2 +- 1 file changed, 1 inse

[PATCH v2 3/9] devfreq: Use HZ macros

2021-02-24 Thread Daniel Lezcano
HZ unit conversion macros are available in units.h, use them and remove the duplicate definition. Signed-off-by: Daniel Lezcano Reviewed-by: Christian Eggers Acked-by: Chanwoo Choi --- drivers/devfreq/devfreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/devfreq