[Bug 238655] [qlxgbe: replace device_printf with QL_DPRINT2 in ql_os.c

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jun 17 11:23:58 UTC 2019


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

            Bug ID: 238655
           Summary: [qlxgbe: replace device_printf with QL_DPRINT2 in
                    ql_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 205173
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=205173&action=edit
The patch file

QL_DPRINT2 checks the debug level first and then prints.
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