HomeFreeBSD

qlxge: replace device_printf with QL_DPRINT2

Description

qlxge: replace device_printf with QL_DPRINT2

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.

PR: 238656

(cherry picked from commit ae389777583dca0e354fdd43aca3413e209160f4)

Details

Provenance
Fuqian Huang <huangfq.daxian@gmail.com>Authored on May 28 2024, 5:40 AM
Kevin Bowling <kbowling@FreeBSD.org>Committed on Sep 29 2024, 3:59 AM
Parents
rGeee19d438424: qlxgbe: fix debug prints in ql_os.c
Branches
Unknown
Tags
Unknown

Event Timeline

Kevin Bowling <kbowling@FreeBSD.org> committed rG73f5d59061ab: qlxge: replace device_printf with QL_DPRINT2 (authored by Fuqian Huang <huangfq.daxian@gmail.com>).Sep 29 2024, 3:59 AM