mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Fix compilation when DEBUG is defined.
Sponsored by: Mellanox Technologies MFC after: 1 month
This commit is contained in:
parent
5aed3effa4
commit
8a3fed4e54
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=278890
@ -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 New Issue
Block a user