Build fix for kernel LINT target.
Sponsored by: Mellanox Technologies
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user