https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229953

            Bug ID: 229953
           Summary: src/sys/arm64/rockchip/clk/rk_clk_composite.c:167]:
                    (error) Division by zero.
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: [email protected]
          Reporter: [email protected]

Source code is

        for (best = 0, best_div = 0, div = 0;
             div <= ((sc->div_mask >> sc->div_shift) + 1); div++) {
                cur = fparent / div;

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to