mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
qlxgbe: Remove pointer printing in ql_ioctl.c
PR: 238653 MFC after: 1 week (cherry picked from commit a58b4ee025fcac480e44e1f56acffe2feacc5845)
This commit is contained in:
parent
4987c12cb8
commit
88462a368a
1 changed files with 2 additions and 2 deletions
|
|
@ -652,8 +652,8 @@ ql_slowpath_log(qla_host_t *ha, qla_sp_log_t *log)
|
|||
log->num_entries = ha->hw.sp_log_num_entries;
|
||||
}
|
||||
device_printf(ha->pci_dev,
|
||||
"%s: exit [rval = %d][%p, next_idx = %d, %d entries, %d bytes]\n",
|
||||
__func__, rval, log->buffer, log->next_idx, log->num_entries, size);
|
||||
"%s: exit [rval = %d][next_idx = %d, %d entries, %d bytes]\n",
|
||||
__func__, rval, log->next_idx, log->num_entries, size);
|
||||
mtx_unlock(&ha->sp_log_lock);
|
||||
|
||||
return (rval);
|
||||
|
|
|
|||
Loading…
Reference in a new issue