[Bug 238656] qlxge: replace device_printf with QL_DPRINT2 in qls_os.c

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jun 17 11:25:38 UTC 2019


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

            Bug ID: 238656
           Summary: qlxge: replace device_printf with QL_DPRINT2 in
                    qls_os.c
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: kern
          Assignee: bugs at FreeBSD.org
          Reporter: huangfq.daxian at gmail.com

Created attachment 205174
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=205174&action=edit
The patch file

QL_DPRINT2 checks the debug level first before printing.
Replace device_printf with QL_DPRINT2 to check debug level
first before printing out the kernel pointers.

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


More information about the freebsd-bugs mailing list