mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 07:37:25 -04:00
Fix compilation when DEBUG is defined.
Sponsored by: Mellanox Technologies MFC after: 1 month
This commit is contained in:
parent
5aed3effa4
commit
8a3fed4e54
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ static void ib_fmr_batch_release(struct ib_fmr_pool *pool)
|
|||
|
||||
#ifdef DEBUG
|
||||
if (fmr->ref_count !=0) {
|
||||
printk(KERN_WARNING PFX "Unmapping FMR 0x%08x with ref count %d\n",
|
||||
printk(KERN_WARNING PFX "Unmapping FMR %p with ref count %d\n",
|
||||
fmr, fmr->ref_count);
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue