mirror of
https://github.com/opnsense/src.git
synced 2026-05-25 02:35:01 -04:00
Build fix for kernel LINT target.
Sponsored by: Mellanox Technologies
This commit is contained in:
parent
e833305789
commit
95ef56abc2
1 changed files with 2 additions and 2 deletions
|
|
@ -150,8 +150,8 @@ static void ib_fmr_batch_release(struct ib_fmr_pool *pool)
|
|||
|
||||
#ifdef DEBUG
|
||||
if (fmr->ref_count !=0) {
|
||||
pr_warn(PFX "Unmapping FMR 0x%08x with ref count %d\n",
|
||||
fmr, fmr->ref_count);
|
||||
pr_warn(PFX "Unmapping FMR %p with ref count %d\n",
|
||||
fmr, (int)fmr->ref_count);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue