Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jul 2018 08:23:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 229953] src/sys/arm64/rockchip/clk/rk_clk_composite.c:167]: (error) Division by zero.
Message-ID:  <bug-229953-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229953

            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: bugs@FreeBSD.org
          Reporter: dcb314@hotmail.com

Source code is

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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229953-227>