X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=fs%2Fncpfs%2Fmmap.c;h=b359d12eb359e2800cbe1ac7a9ae9bd8c558c7ff;hb=c5e64d6b70da16979652053e04f794f6d7863282;hp=3c5dd55d284ce3baa24d3f2c4071ca53e883a223;hpb=27ddabc32d9e26eb590fb7153b588eff84a9c499;p=firefly-linux-kernel-4.4.55.git diff --git a/fs/ncpfs/mmap.c b/fs/ncpfs/mmap.c index 3c5dd55d284c..b359d12eb359 100644 --- a/fs/ncpfs/mmap.c +++ b/fs/ncpfs/mmap.c @@ -107,7 +107,7 @@ int ncp_mmap(struct file *file, struct vm_area_struct *vma) { struct inode *inode = file_inode(file); - DPRINTK("ncp_mmap: called\n"); + ncp_dbg(1, "called\n"); if (!ncp_conn_valid(NCP_SERVER(inode))) return -EIO;