Re: [PATCH v3 2/2] clk:mmp: clk-mix.c fix divide-by-zero

From: Stephen Boyd
Date: Tue Apr 23 2019 - 19:00:31 EST


Quoting nixiaoming (2019-03-30 06:55:42)
> The _get_div() function has a branch with a return value of 0
> Add a check on the return value of _get_div() to avoid divide-by-zero
>

Are you seeing this in practice? Or just trying to avoid a div-by-zero
case that you've found from inspection?

> Signed-off-by: nixiaoming <nixiaoming@xxxxxxxxxx>
> Reviewed-by: Mukesh Ojha <mojha@xxxxxxxxxxxxxx>