Fix compilation when DEBUG is defined.

Sponsored by:	Mellanox Technologies
MFC after:	1 month
This commit is contained in:
Hans Petter Selasky 2015-02-17 08:57:36 +00:00
parent 5aed3effa4
commit 8a3fed4e54

View file

@ -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