Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jul 2018 15:08:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 229786] src/sys/arm/samsung/exynos/exynos5_ehci.c:363]: (warning) Identical condition
Message-ID:  <bug-229786-227@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: dcb314@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 &=3D ~EHCI_SCFLG_DONEINIT;
        }

--=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-229786-227>