Re: [PATCH v3 1/3] clocksource/drivers/renesas-ostm: Use DIV_ROUND_CLOSEST() helper

2019-08-16 Thread Daniel Lezcano
On 16/08/2019 14:58, Simon Horman wrote: > On Wed, Aug 07, 2019 at 10:46:33AM +0200, Geert Uytterhoeven wrote: >> Use the DIV_ROUND_CLOSEST() helper instead of open-coding the same >> operation. >> >> Signed-off-by: Geert Uytterhoeven > > Reviewed-by: Simon Horman Applied this one, thanks I'm

Re: [PATCH v3 1/3] clocksource/drivers/renesas-ostm: Use DIV_ROUND_CLOSEST() helper

2019-08-16 Thread Simon Horman
On Wed, Aug 07, 2019 at 10:46:33AM +0200, Geert Uytterhoeven wrote: > Use the DIV_ROUND_CLOSEST() helper instead of open-coding the same > operation. > > Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman > --- > v3: > - New. > --- > drivers/clocksource/renesas-ostm.c | 2 +- > 1 f

[PATCH v3 1/3] clocksource/drivers/renesas-ostm: Use DIV_ROUND_CLOSEST() helper

2019-08-07 Thread Geert Uytterhoeven
Use the DIV_ROUND_CLOSEST() helper instead of open-coding the same operation. Signed-off-by: Geert Uytterhoeven --- v3: - New. --- drivers/clocksource/renesas-ostm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clocksource/renesas-ostm.c b/drivers/clocksource/re