diff --git a/security/pfe/pfk.c b/security/pfe/pfk.c index 2536228f30af..c49b30e66f46 100644 --- a/security/pfe/pfk.c +++ b/security/pfe/pfk.c @@ -212,7 +212,8 @@ static struct inode *pfk_bio_get_inode(const struct bio *bio) /* Using direct-io (O_DIRECT) without page cache */ inode = dio_bio_get_inode((struct bio *)bio); if (inode) { - pr_debug("inode on direct-io, inode = 0x%pK.\n", inode); + pr_debug("inode on direct-io, inode = 0x%p.\n", inode); + return inode; }