[Bug 229786] src/sys/arm/samsung/exynos/exynos5_ehci.c:363]: (warning) Identical condition

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jul 15 15:08:21 UTC 2018


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

            Bug ID: 229786
           Summary: src/sys/arm/samsung/exynos/exynos5_ehci.c:363]:
                    (warning) Identical condition
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs at FreeBSD.org
          Reporter: dcb314 at hotmail.com

Source code is

        if (sc->sc_flags & EHCI_SCFLG_DONEINIT)
                return (0);

        /*
         * only call ehci_detach() after ehci_init()
         */
        if (sc->sc_flags & EHCI_SCFLG_DONEINIT) {
                ehci_detach(sc);
                sc->sc_flags &= ~EHCI_SCFLG_DONEINIT;
        }

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


More information about the freebsd-bugs mailing list