On Fri, Jul 17, 2020 at 11:25:12AM -0700, Scott Branden wrote:I checked - clk_get_rate can't return negative values.
From: Rayagonda Kokatanur <rayagonda.kokatanur@xxxxxxxxxxxx>You advertise handling <= 0, but in the code only == 0 is checked. One
Handle clk_get_rate() returning <= 0 condition to avoid
possible division by zero.
of the two is wrong ...
Thanks,
Best regards
Uwe